Interface DescribeAccountSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccountSettingsResponse
@Mutable @NotThreadSafe public static interface DescribeAccountSettingsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAccountSettingsResponse.BuilderaccountSettings(Consumer<AccountSettings.Builder> accountSettings)The QuickSight settings for this Amazon Web Services account.DescribeAccountSettingsResponse.BuilderaccountSettings(AccountSettings accountSettings)The QuickSight settings for this Amazon Web Services account.DescribeAccountSettingsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeAccountSettingsResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accountSettings
DescribeAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.
- Parameters:
accountSettings- The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountSettings
default DescribeAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.
This is a convenience method that creates an instance of theAccountSettings.Builderavoiding the need to create one manually viaAccountSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountSettings(AccountSettings).- Parameters:
accountSettings- a consumer that will call methods onAccountSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountSettings(AccountSettings)
-
requestId
DescribeAccountSettingsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeAccountSettingsResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-