public static interface DescribeCreateAccountStatusResponse.Builder extends OrganizationsResponse.Builder, CopyableBuilder<DescribeCreateAccountStatusResponse.Builder,DescribeCreateAccountStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeCreateAccountStatusResponse.Builder |
createAccountStatus(Consumer<CreateAccountStatus.Builder> createAccountStatus)
A structure that contains the current status of an account creation request.
|
DescribeCreateAccountStatusResponse.Builder |
createAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains the current status of an account creation request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeCreateAccountStatusResponse.Builder createAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains the current status of an account creation request.
createAccountStatus - A structure that contains the current status of an account creation request.default DescribeCreateAccountStatusResponse.Builder createAccountStatus(Consumer<CreateAccountStatus.Builder> createAccountStatus)
A structure that contains the current status of an account creation request.
This is a convenience that creates an instance of theCreateAccountStatus.Builder avoiding the need
to create one manually via CreateAccountStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to createAccountStatus(CreateAccountStatus).createAccountStatus - a consumer that will call methods on CreateAccountStatus.BuildercreateAccountStatus(CreateAccountStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.