public static interface ListNamespacesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListNamespacesResponse.Builder,ListNamespacesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesResponse.Builder |
namespaces(Collection<NamespaceInfoV2> namespaces)
The information about the namespaces in this Amazon Web Services account.
|
ListNamespacesResponse.Builder |
namespaces(Consumer<NamespaceInfoV2.Builder>... namespaces)
The information about the namespaces in this Amazon Web Services account.
|
ListNamespacesResponse.Builder |
namespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this Amazon Web Services account.
|
ListNamespacesResponse.Builder |
nextToken(String nextToken)
A unique pagination token that can be used in a subsequent request.
|
ListNamespacesResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListNamespacesResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNamespacesResponse.Builder namespaces(Collection<NamespaceInfoV2> namespaces)
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
namespaces - The information about the namespaces in this Amazon Web Services account. The response includes the
namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and
identity store.ListNamespacesResponse.Builder namespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
namespaces - The information about the namespaces in this Amazon Web Services account. The response includes the
namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and
identity store.ListNamespacesResponse.Builder namespaces(Consumer<NamespaceInfoV2.Builder>... namespaces)
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
This is a convenience method that creates an instance of theNamespaceInfoV2.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 #namespaces(List.
namespaces - a consumer that will call methods on
NamespaceInfoV2.Builder#namespaces(java.util.Collection) ListNamespacesResponse.Builder nextToken(String nextToken)
A unique pagination token that can be used in a subsequent request. Receiving NextToken in your
response inticates that there is more data that can be returned. To receive the data, make another
ListNamespaces API call with the returned token to retrieve the next page of data. Each token is
valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will
receive a HTTP 400 InvalidNextTokenException error.
nextToken - A unique pagination token that can be used in a subsequent request. Receiving NextToken
in your response inticates that there is more data that can be returned. To receive the data, make
another ListNamespaces API call with the returned token to retrieve the next page of
data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with
an expired token, you will receive a HTTP 400 InvalidNextTokenException error.ListNamespacesResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListNamespacesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.