Interface ListOrganizationServiceAccessStatusResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListOrganizationServiceAccessStatusResponse.Builder,,ListOrganizationServiceAccessStatusResponse> NetworkManagerResponse.Builder,SdkBuilder<ListOrganizationServiceAccessStatusResponse.Builder,,ListOrganizationServiceAccessStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListOrganizationServiceAccessStatusResponse
@Mutable
@NotThreadSafe
public static interface ListOrganizationServiceAccessStatusResponse.Builder
extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationServiceAccessStatusResponse.Builder,ListOrganizationServiceAccessStatusResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token for the next page of results.organizationStatus(Consumer<OrganizationStatus.Builder> organizationStatus) Displays the status of an Amazon Web Services Organization.organizationStatus(OrganizationStatus organizationStatus) Displays the status of an Amazon Web Services Organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
organizationStatus
ListOrganizationServiceAccessStatusResponse.Builder organizationStatus(OrganizationStatus organizationStatus) Displays the status of an Amazon Web Services Organization.
- Parameters:
 organizationStatus- Displays the status of an Amazon Web Services Organization.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
organizationStatus
default ListOrganizationServiceAccessStatusResponse.Builder organizationStatus(Consumer<OrganizationStatus.Builder> organizationStatus) Displays the status of an Amazon Web Services Organization.
This is a convenience method that creates an instance of theOrganizationStatus.Builderavoiding the need to create one manually viaOrganizationStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorganizationStatus(OrganizationStatus).- Parameters:
 organizationStatus- a consumer that will call methods onOrganizationStatus.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token for the next page of results.
- Parameters:
 nextToken- The token for the next page of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -