public static interface CreateAccountResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<CreateAccountResponse.Builder,CreateAccountResponse>
Modifier and Type | Method and Description |
---|---|
default CreateAccountResponse.Builder |
createAccountStatus(Consumer<CreateAccountStatus.Builder> createAccountStatus)
A structure that contains details about the request to create an account.
|
CreateAccountResponse.Builder |
createAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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. You can also check the AWS CloudTrail log for
the CreateAccountResult
event. For more information, see Monitoring the Activity
in Your Organization in the AWS Organizations User Guide.
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. You
can also check the AWS CloudTrail log for the CreateAccountResult
event. For more
information, see Monitoring the
Activity in Your Organization in the AWS Organizations User Guide.default CreateAccountResponse.Builder createAccountStatus(Consumer<CreateAccountStatus.Builder> 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. You can also check the AWS CloudTrail log for
the CreateAccountResult
event. For more information, see Monitoring the Activity
in Your Organization in the AWS Organizations User Guide.
CreateAccountStatus.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.Builder
createAccountStatus(CreateAccountStatus)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.