Interface DeleteAccountSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteAccountSubscriptionRequest.Builder,DeleteAccountSubscriptionRequest>
,QuickSightRequest.Builder
,SdkBuilder<DeleteAccountSubscriptionRequest.Builder,DeleteAccountSubscriptionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeleteAccountSubscriptionRequest
public static interface DeleteAccountSubscriptionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountSubscriptionRequest.Builder,DeleteAccountSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAccountSubscriptionRequest.Builder
awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you want to delete.DeleteAccountSubscriptionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteAccountSubscriptionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DeleteAccountSubscriptionRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you want to delete.
- Parameters:
awsAccountId
- The Amazon Web Services account ID of the account that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAccountSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAccountSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-