CopyableBuilder<CreateAccountResponse.Builder,CreateAccountResponse>
, SdkBuilder<CreateAccountResponse.Builder,CreateAccountResponse>
public static interface CreateAccountResponse.Builder extends CopyableBuilder<CreateAccountResponse.Builder,CreateAccountResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateAccountResponse.Builder |
createAccountStatus(CreateAccountStatus createAccountStatus) |
A structure that contains details about the request to create an account.
|
copy
apply, build
CreateAccountResponse.Builder createAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account. This response structure might not
be fully populated when you first receive it because account creation is an asynchronous process. You can
pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus
to get status about the progress of the request at later times.
createAccountStatus
- A structure that contains details about the request to create an account. This response structure
might not be fully populated when you first receive it because account creation is an asynchronous
process. You can pass the returned CreateAccountStatus ID as a parameter to
DescribeCreateAccountStatus
to get status about the progress of the request at
later times.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.