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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccountResponse.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 CloudTrail log for the
CreateAccountResult event. For more information, see Logging and monitoring in Organizations in the 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 CloudTrail log for the CreateAccountResult event. For more
information, see Logging and monitoring in Organizations in the 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 CloudTrail log for the
CreateAccountResult event. For more information, see Logging and monitoring in Organizations in the 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.BuildercreateAccountStatus(CreateAccountStatus)Copyright © 2023. All rights reserved.