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.
|
DescribeCreateAccountStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
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.DescribeCreateAccountStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.