public static interface ListServicesByNamespaceResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListServicesByNamespaceResponse.Builder,ListServicesByNamespaceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServicesByNamespaceResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListServicesByNamespace request. |
ListServicesByNamespaceResponse.Builder |
serviceArns(Collection<String> serviceArns)
The list of full ARN entries for each service that's associated with the specified namespace.
|
ListServicesByNamespaceResponse.Builder |
serviceArns(String... serviceArns)
The list of full ARN entries for each service that's associated with the specified namespace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesByNamespaceResponse.Builder serviceArns(Collection<String> serviceArns)
The list of full ARN entries for each service that's associated with the specified namespace.
serviceArns - The list of full ARN entries for each service that's associated with the specified namespace.ListServicesByNamespaceResponse.Builder serviceArns(String... serviceArns)
The list of full ARN entries for each service that's associated with the specified namespace.
serviceArns - The list of full ARN entries for each service that's associated with the specified namespace.ListServicesByNamespaceResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListServicesByNamespace request. When
the results of a ListServicesByNamespace request exceed maxResults, this value can
be used to retrieve the next page of results. When there are no more results to return, this value is
null.
nextToken - The nextToken value to include in a future ListServicesByNamespace request.
When the results of a ListServicesByNamespace request exceed maxResults,
this value can be used to retrieve the next page of results. When there are no more results to return,
this value is null.Copyright © 2023. All rights reserved.