Interface GetGovCloudAccountInformationResponse.Builder
- All Superinterfaces:
AccountResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetGovCloudAccountInformationResponse.Builder,,GetGovCloudAccountInformationResponse> SdkBuilder<GetGovCloudAccountInformationResponse.Builder,,GetGovCloudAccountInformationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetGovCloudAccountInformationResponse
@Mutable
@NotThreadSafe
public static interface GetGovCloudAccountInformationResponse.Builder
extends AccountResponse.Builder, SdkPojo, CopyableBuilder<GetGovCloudAccountInformationResponse.Builder,GetGovCloudAccountInformationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountState(String accountState) The account state of the linked GovCloud account.accountState(AwsAccountState accountState) The account state of the linked GovCloud account.govCloudAccountId(String govCloudAccountId) The 12-digit account ID number of the linked GovCloud account.Methods inherited from interface software.amazon.awssdk.services.account.model.AccountResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
accountState
The account state of the linked GovCloud account.
- Parameters:
accountState- The account state of the linked GovCloud account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountState
The account state of the linked GovCloud account.
- Parameters:
accountState- The account state of the linked GovCloud account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
govCloudAccountId
The 12-digit account ID number of the linked GovCloud account.
- Parameters:
govCloudAccountId- The 12-digit account ID number of the linked GovCloud account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-