Interface DescribeAccountSubscriptionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountSubscriptionResponse.Builder,,DescribeAccountSubscriptionResponse> QuickSightResponse.Builder,SdkBuilder<DescribeAccountSubscriptionResponse.Builder,,DescribeAccountSubscriptionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeAccountSubscriptionResponse
- 
Method Summary
Modifier and TypeMethodDescriptionaccountInfo(Consumer<AccountInfo.Builder> accountInfo) A structure that contains the following elements:accountInfo(AccountInfo accountInfo) A structure that contains the following elements:The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
 
- Parameters:
 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.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
accountInfo
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.Builderavoiding the need to create one manually viaAccountInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountInfo(AccountInfo).- Parameters:
 accountInfo- a consumer that will call methods onAccountInfo.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
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.
 
 - 
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.
 
 
 -