Interface DescribeAccountSubscriptionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountSubscriptionResponse.Builder,DescribeAccountSubscriptionResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeAccountSubscriptionResponse.Builder,DescribeAccountSubscriptionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccountSubscriptionResponse
@Mutable @NotThreadSafe public static interface DescribeAccountSubscriptionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountSubscriptionResponse.Builder,DescribeAccountSubscriptionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAccountSubscriptionResponse.BuilderaccountInfo(Consumer<AccountInfo.Builder> accountInfo)A structure that contains the following elements:DescribeAccountSubscriptionResponse.BuilderaccountInfo(AccountInfo accountInfo)A structure that contains the following elements:DescribeAccountSubscriptionResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeAccountSubscriptionResponse.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
-
accountInfo
DescribeAccountSubscriptionResponse.Builder accountInfo(AccountInfo accountInfo)
A structure that contains the following elements:
-
Your QuickSight account name.
-
The edition of QuickSight that your account is using.
-
The notification email address that is associated with the QuickSight account.
-
The authentication type of the QuickSight account.
-
The status of the QuickSight account's subscription.
- Parameters:
accountInfo- A structure that contains the following elements:-
Your QuickSight account name.
-
The edition of QuickSight that your account is using.
-
The notification email address that is associated with the QuickSight account.
-
The authentication type of the QuickSight account.
-
The status of the 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 QuickSight account name.
-
The edition of QuickSight that your account is using.
-
The notification email address that is associated with the QuickSight account.
-
The authentication type of the QuickSight account.
-
The status of the 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:
accountInfo(AccountInfo)
-
-
status
DescribeAccountSubscriptionResponse.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.
-
requestId
DescribeAccountSubscriptionResponse.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.
-
-