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 AWS account.
|
ListNamespacesResponse.Builder |
namespaces(Consumer<NamespaceInfoV2.Builder>... namespaces)
The information about the namespaces in this AWS account.
|
ListNamespacesResponse.Builder |
namespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this AWS account.
|
ListNamespacesResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListNamespacesResponse.Builder |
requestId(String requestId)
The AWS 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 AWS account. The response includes the namespace ARN, name, AWS Region, notification email address, creation status, and identity store.
namespaces - The information about the namespaces in this AWS account. The response includes the namespace ARN,
name, AWS Region, notification email address, creation status, and identity store.ListNamespacesResponse.Builder namespaces(NamespaceInfoV2... namespaces)
The information about the namespaces in this AWS account. The response includes the namespace ARN, name, AWS Region, notification email address, creation status, and identity store.
namespaces - The information about the namespaces in this AWS account. The response includes the namespace ARN,
name, AWS Region, notification email address, creation status, and identity store.ListNamespacesResponse.Builder namespaces(Consumer<NamespaceInfoV2.Builder>... namespaces)
The information about the namespaces in this AWS account. The response includes the namespace ARN, name, AWS Region, notification email address, creation status, and identity store.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #namespaces(List) .namespaces - a consumer that will call methods on List.Builder #namespaces(List) ListNamespacesResponse.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.ListNamespacesResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListNamespacesResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.