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 Details

    • 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.

      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. 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      This is a convenience method that creates an instance of the 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).

      Parameters:
      namespace - a consumer that will call methods on NamespaceInfoV2.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.