Interface ListNamespacesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListNamespacesResponse.Builder,
,ListNamespacesResponse> QuickSightResponse.Builder
,SdkBuilder<ListNamespacesResponse.Builder,
,ListNamespacesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListNamespacesResponse
-
Method Summary
Modifier and TypeMethodDescriptionnamespaces
(Collection<NamespaceInfoV2> namespaces) The information about the namespaces in this Amazon Web Services account.namespaces
(Consumer<NamespaceInfoV2.Builder>... namespaces) The information about the namespaces in this Amazon Web Services account.namespaces
(NamespaceInfoV2... namespaces) The information about the namespaces in this Amazon Web Services account.A unique pagination token that can be used in a subsequent request.The Amazon Web Services request ID for this operation.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 Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaNamespaceInfoV2.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonamespaces(List<NamespaceInfoV2>)
.- Parameters:
namespaces
- 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:
-
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 anotherListNamespaces
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 aListNamespaces
API call with an expired token, you will receive aHTTP 400 InvalidNextTokenException
error.- Parameters:
nextToken
- A unique pagination token that can be used in a subsequent request. ReceivingNextToken
in your response inticates that there is more data that can be returned. To receive the data, make anotherListNamespaces
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 aListNamespaces
API call with an expired token, you will receive aHTTP 400 InvalidNextTokenException
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-