Interface QuickSightConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuickSightConfiguration.Builder,,QuickSightConfiguration> SdkBuilder<QuickSightConfiguration.Builder,,QuickSightConfiguration> SdkPojo
- Enclosing class:
QuickSightConfiguration
@Mutable
@NotThreadSafe
public static interface QuickSightConfiguration.Builder
extends SdkPojo, CopyableBuilder<QuickSightConfiguration.Builder,QuickSightConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionclientNamespace(String clientNamespace) The Amazon QuickSight namespace that is used as the identity provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientNamespace
The Amazon QuickSight namespace that is used as the identity provider. For more information about QuickSight namespaces, see Namespace operations.
- Parameters:
clientNamespace- The Amazon QuickSight namespace that is used as the identity provider. For more information about QuickSight namespaces, see Namespace operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-