public static interface DescribeAccountSettingsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
The QuickSight settings for this AWS account.
|
default DescribeAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The QuickSight settings for this AWS account.
|
DescribeAccountSettingsResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeAccountSettingsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
accountSettings - The QuickSight settings for this AWS account. This information includes the edition of Amazon
QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the
QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred
to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a
subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies
to QuickSight in every AWS Region where you use it.default DescribeAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
This is a convenience that creates an instance of theAccountSettings.Builder avoiding the need to
create one manually via AccountSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountSettings(AccountSettings).accountSettings - a consumer that will call methods on AccountSettings.BuilderaccountSettings(AccountSettings)DescribeAccountSettingsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.DescribeAccountSettingsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.