public static interface DeleteNamespaceRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteNamespaceRequest.Builder,DeleteNamespaceRequest>
Modifier and Type | Method and Description |
---|---|
DeleteNamespaceRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
|
DeleteNamespaceRequest.Builder |
namespace(String namespace)
The namespace that you want to delete.
|
DeleteNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteNamespaceRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
awsAccountId
- The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.DeleteNamespaceRequest.Builder namespace(String namespace)
The namespace that you want to delete.
namespace
- The namespace that you want to delete.DeleteNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.