Interface DescribeCreateAccountStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>,OrganizationsRequest.Builder,SdkBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeCreateAccountStatusRequest
public static interface DescribeCreateAccountStatusRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCreateAccountStatusRequest.BuildercreateAccountRequestId(String createAccountRequestId)Specifies theIdvalue that uniquely identifies theCreateAccountrequest.DescribeCreateAccountStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCreateAccountStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createAccountRequestId
DescribeCreateAccountStatusRequest.Builder createAccountRequestId(String createAccountRequestId)
Specifies the
Idvalue that uniquely identifies theCreateAccountrequest. You can get the value from theCreateAccountStatus.Idresponse in an earlier CreateAccount request, or from the ListCreateAccountStatus operation.The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
- Parameters:
createAccountRequestId- Specifies theIdvalue that uniquely identifies theCreateAccountrequest. You can get the value from theCreateAccountStatus.Idresponse in an earlier CreateAccount request, or from the ListCreateAccountStatus operation.The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCreateAccountStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCreateAccountStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-