public static interface DescribeCreateAccountStatusRequest.Builder extends OrganizationsRequest.Builder, CopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
Modifier and Type | Method and Description |
---|---|
DescribeCreateAccountStatusRequest.Builder |
createAccountRequestId(String createAccountRequestId)
Specifies the
operationId that uniquely identifies the request. |
DescribeCreateAccountStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeCreateAccountStatusRequest.Builder createAccountRequestId(String createAccountRequestId)
Specifies the operationId
that uniquely identifies the request. You can get the ID from the
response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.
The regex pattern for an create account request ID string requires "car-" followed by from 8 to 32 lower-case letters or digits.
createAccountRequestId
- Specifies the operationId
that uniquely identifies the request. You can get the ID from
the response to an earlier CreateAccount request, or from the ListCreateAccountStatus
operation.
The regex pattern for an create account request ID string requires "car-" followed by from 8 to 32 lower-case letters or digits.
DescribeCreateAccountStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.