| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.arn(String arn)
The namespace ARN.
|
static NamespaceInfoV2.Builder |
NamespaceInfoV2.builder() |
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.capacityRegion(String capacityRegion)
The namespace AWS Region.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.creationStatus(NamespaceStatus creationStatus)
The creation status of a namespace that is not yet completely created.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.creationStatus(String creationStatus)
The creation status of a namespace that is not yet completely created.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.identityStore(IdentityStore identityStore)
The identity store used for the namespace.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.identityStore(String identityStore)
The identity store used for the namespace.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.name(String name)
The name of the error.
|
default NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.namespaceError(Consumer<NamespaceError.Builder> namespaceError)
An error that occurred when the namespace was created.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.namespaceError(NamespaceError namespaceError)
An error that occurred when the namespace was created.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NamespaceInfoV2.Builder> |
NamespaceInfoV2.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNamespaceResponse.Builder |
DescribeNamespaceResponse.Builder.namespace(Consumer<NamespaceInfoV2.Builder> namespace)
The information about the namespace that you're describing.
|
Copyright © 2020. All rights reserved.