CopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
, SdkBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
public static interface DescribeCreateAccountStatusRequest.Builder extends CopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeCreateAccountStatusRequest.Builder |
createAccountRequestId(String createAccountRequestId) |
Specifies the
operationId that uniquely identifies the request. |
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.