public static interface DescribeNamespaceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeNamespaceResponse.Builder |
namespace(Consumer<NamespaceInfoV2.Builder> namespace)
The information about the namespace that you're describing.
|
DescribeNamespaceResponse.Builder |
namespace(NamespaceInfoV2 namespace)
The information about the namespace that you're describing.
|
DescribeNamespaceResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeNamespaceResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNamespaceResponse.Builder namespace(NamespaceInfoV2 namespace)
The information about the namespace that you're describing. The response includes the namespace ARN, name,
Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works
for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists
the namespace error types and messages associated with the creation process.
namespace - The information about the namespace that you're describing. The response includes the namespace ARN,
name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace
also works for namespaces that are in the process of being created. For incomplete namespaces, this
API operation lists the namespace error types and messages associated with the creation process.default DescribeNamespaceResponse.Builder namespace(Consumer<NamespaceInfoV2.Builder> namespace)
The information about the namespace that you're describing. The response includes the namespace ARN, name,
Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works
for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists
the namespace error types and messages associated with the creation process.
NamespaceInfoV2.Builder avoiding the
need to create one manually via NamespaceInfoV2.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to namespace(NamespaceInfoV2).
namespace - a consumer that will call methods on NamespaceInfoV2.Buildernamespace(NamespaceInfoV2)DescribeNamespaceResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeNamespaceResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.