public static interface GetEnrollmentStatusesForOrganizationResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<GetEnrollmentStatusesForOrganizationResponse.Builder,GetEnrollmentStatusesForOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusesForOrganizationResponse.Builder |
accountEnrollmentStatuses(AccountEnrollmentStatus... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
GetEnrollmentStatusesForOrganizationResponse.Builder |
accountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
GetEnrollmentStatusesForOrganizationResponse.Builder |
accountEnrollmentStatuses(Consumer<AccountEnrollmentStatus.Builder>... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
GetEnrollmentStatusesForOrganizationResponse.Builder |
nextToken(String nextToken)
The token to use to advance to the next page of account enrollment statuses.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnrollmentStatusesForOrganizationResponse.Builder accountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
accountEnrollmentStatuses - An array of objects that describe the enrollment statuses of organization member accounts.GetEnrollmentStatusesForOrganizationResponse.Builder accountEnrollmentStatuses(AccountEnrollmentStatus... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
accountEnrollmentStatuses - An array of objects that describe the enrollment statuses of organization member accounts.GetEnrollmentStatusesForOrganizationResponse.Builder accountEnrollmentStatuses(Consumer<AccountEnrollmentStatus.Builder>... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
This is a convenience method that creates an instance of theAccountEnrollmentStatus.Builder avoiding the
need to create one manually via
AccountEnrollmentStatus.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #accountEnrollmentStatuses(List.
accountEnrollmentStatuses - a consumer that will call methods on
AccountEnrollmentStatus.Builder#accountEnrollmentStatuses(java.util.Collection) GetEnrollmentStatusesForOrganizationResponse.Builder nextToken(String nextToken)
The token to use to advance to the next page of account enrollment statuses.
This value is null when there are no more pages of account enrollment statuses to return.
nextToken - The token to use to advance to the next page of account enrollment statuses.
This value is null when there are no more pages of account enrollment statuses to return.
Copyright © 2023. All rights reserved.