public static interface ListNamespacesResponse.Builder extends ServiceDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<ListNamespacesResponse.Builder,ListNamespacesResponse>
Modifier and Type | Method and Description |
---|---|
ListNamespacesResponse.Builder |
namespaces(Collection<NamespaceSummary> namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
ListNamespacesResponse.Builder |
namespaces(Consumer<NamespaceSummary.Builder>... namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
ListNamespacesResponse.Builder |
namespaces(NamespaceSummary... namespaces)
An array that contains one
NamespaceSummary object for each namespace that matches the specified
filter criteria. |
ListNamespacesResponse.Builder |
nextToken(String nextToken)
If the response contains
NextToken , submit another ListNamespaces request to get
the next group of results. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListNamespacesResponse.Builder namespaces(Collection<NamespaceSummary> namespaces)
An array that contains one NamespaceSummary
object for each namespace that matches the specified
filter criteria.
namespaces
- An array that contains one NamespaceSummary
object for each namespace that matches the
specified filter criteria.ListNamespacesResponse.Builder namespaces(NamespaceSummary... namespaces)
An array that contains one NamespaceSummary
object for each namespace that matches the specified
filter criteria.
namespaces
- An array that contains one NamespaceSummary
object for each namespace that matches the
specified filter criteria.ListNamespacesResponse.Builder namespaces(Consumer<NamespaceSummary.Builder>... namespaces)
An array that contains one NamespaceSummary
object for each namespace that matches the specified
filter criteria.
List.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)
If the response contains NextToken
, submit another ListNamespaces
request to get
the next group of results. Specify the value of NextToken
from the previous response in the next
request.
AWS Cloud Map gets MaxResults
namespaces and then filters them based on the specified criteria.
It's possible that no namespaces in the first MaxResults
namespaces matched the specified
criteria but that subsequent groups of MaxResults
namespaces do contain namespaces that match
the criteria.
nextToken
- If the response contains NextToken
, submit another ListNamespaces
request to
get the next group of results. Specify the value of NextToken
from the previous response
in the next request.
AWS Cloud Map gets MaxResults
namespaces and then filters them based on the specified
criteria. It's possible that no namespaces in the first MaxResults
namespaces matched the
specified criteria but that subsequent groups of MaxResults
namespaces do contain
namespaces that match the criteria.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.