CopyableBuilder<DescribeAccountRequest.Builder,DescribeAccountRequest>
, SdkBuilder<DescribeAccountRequest.Builder,DescribeAccountRequest>
public static interface DescribeAccountRequest.Builder extends CopyableBuilder<DescribeAccountRequest.Builder,DescribeAccountRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeAccountRequest.Builder |
accountId(String accountId) |
The unique identifier (ID) of the AWS account that you want information about.
|
copy
apply, build
DescribeAccountRequest.Builder accountId(String accountId)
The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.
The regex pattern for an account ID string requires exactly 12 digits.
accountId
- The unique identifier (ID) of the AWS account that you want information about. You can get the ID from
the ListAccounts or ListAccountsForParent operations.
The regex pattern for an account ID string requires exactly 12 digits.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.