Interface ListOrganizationServiceAccessStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListOrganizationServiceAccessStatusResponse.Builder,ListOrganizationServiceAccessStatusResponse>,NetworkManagerResponse.Builder,SdkBuilder<ListOrganizationServiceAccessStatusResponse.Builder,ListOrganizationServiceAccessStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListOrganizationServiceAccessStatusResponse
public static interface ListOrganizationServiceAccessStatusResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationServiceAccessStatusResponse.Builder,ListOrganizationServiceAccessStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListOrganizationServiceAccessStatusResponse.BuildernextToken(String nextToken)The token for the next page of results.default ListOrganizationServiceAccessStatusResponse.BuilderorganizationStatus(Consumer<OrganizationStatus.Builder> organizationStatus)Displays the status of an Amazon Web Services Organization.ListOrganizationServiceAccessStatusResponse.BuilderorganizationStatus(OrganizationStatus organizationStatus)Displays the status of an Amazon Web Services Organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
organizationStatus(OrganizationStatus)
-
nextToken
ListOrganizationServiceAccessStatusResponse.Builder nextToken(String 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.
-
-