public static interface DescribeAccountSubscriptionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountSubscriptionResponse.Builder,DescribeAccountSubscriptionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountSubscriptionResponse.Builder |
accountInfo(AccountInfo accountInfo)
A structure that contains the following elements:
|
default DescribeAccountSubscriptionResponse.Builder |
accountInfo(Consumer<AccountInfo.Builder> accountInfo)
A structure that contains the following elements:
|
DescribeAccountSubscriptionResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeAccountSubscriptionResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountSubscriptionResponse.Builder accountInfo(AccountInfo accountInfo)
A structure that contains the following elements:
Your Amazon QuickSight account name.
The edition of Amazon QuickSight that your account is using.
The notification email address that is associated with the Amazon QuickSight account.
The authentication type of the Amazon QuickSight account.
The status of the Amazon QuickSight account's subscription.
accountInfo - A structure that contains the following elements:
Your Amazon QuickSight account name.
The edition of Amazon QuickSight that your account is using.
The notification email address that is associated with the Amazon QuickSight account.
The authentication type of the Amazon QuickSight account.
The status of the Amazon QuickSight account's subscription.
default DescribeAccountSubscriptionResponse.Builder accountInfo(Consumer<AccountInfo.Builder> accountInfo)
A structure that contains the following elements:
Your Amazon QuickSight account name.
The edition of Amazon QuickSight that your account is using.
The notification email address that is associated with the Amazon QuickSight account.
The authentication type of the Amazon QuickSight account.
The status of the Amazon QuickSight account's subscription.
AccountInfo.Builder avoiding the need to
create one manually via AccountInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to accountInfo(AccountInfo).
accountInfo - a consumer that will call methods on AccountInfo.BuilderaccountInfo(AccountInfo)DescribeAccountSubscriptionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeAccountSubscriptionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.Copyright © 2023. All rights reserved.