public static interface DescribeCreateAccountStatusRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCreateAccountStatusRequest.Builder |
createAccountRequestId(String createAccountRequestId)
Specifies the
Id value that uniquely identifies the CreateAccount request. |
DescribeCreateAccountStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCreateAccountStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCreateAccountStatusRequest.Builder createAccountRequestId(String createAccountRequestId)
Specifies the Id value that uniquely identifies the CreateAccount request. You can
get the value from the CreateAccountStatus.Id response in an earlier CreateAccount
request, or from the ListCreateAccountStatus operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
createAccountRequestId - Specifies the Id value that uniquely identifies the CreateAccount request.
You can get the value from the CreateAccountStatus.Id response in an earlier
CreateAccount request, or from the ListCreateAccountStatus operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
DescribeCreateAccountStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCreateAccountStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.