Interface DescribeNamespaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeNamespaceResponse
public static interface DescribeNamespaceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeNamespaceResponse.Builder,DescribeNamespaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeNamespaceResponse.Buildernamespace(Consumer<NamespaceInfoV2.Builder> namespace)The information about the namespace that you're describing.DescribeNamespaceResponse.Buildernamespace(NamespaceInfoV2 namespace)The information about the namespace that you're describing.DescribeNamespaceResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeNamespaceResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
namespace
DescribeNamespaceResponse.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.
DescribeNamespacealso 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.- Parameters:
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.DescribeNamespacealso 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
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.
This is a convenience method that creates an instance of theDescribeNamespacealso 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.Builderavoiding the need to create one manually viaNamespaceInfoV2.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonamespace(NamespaceInfoV2).- Parameters:
namespace- a consumer that will call methods onNamespaceInfoV2.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
namespace(NamespaceInfoV2)
-
requestId
DescribeNamespaceResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeNamespaceResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-