Interface ListServicesByNamespaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListServicesByNamespaceResponse.Builder,ListServicesByNamespaceResponse>,EcsResponse.Builder,SdkBuilder<ListServicesByNamespaceResponse.Builder,ListServicesByNamespaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListServicesByNamespaceResponse
public static interface ListServicesByNamespaceResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<ListServicesByNamespaceResponse.Builder,ListServicesByNamespaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServicesByNamespaceResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListServicesByNamespacerequest.ListServicesByNamespaceResponse.BuilderserviceArns(String... serviceArns)The list of full ARN entries for each service that's associated with the specified namespace.ListServicesByNamespaceResponse.BuilderserviceArns(Collection<String> serviceArns)The list of full ARN entries for each service that's associated with the specified namespace.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
serviceArns
ListServicesByNamespaceResponse.Builder serviceArns(Collection<String> serviceArns)
The list of full ARN entries for each service that's associated with the specified namespace.
- Parameters:
serviceArns- The list of full ARN entries for each service that's associated with the specified namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArns
ListServicesByNamespaceResponse.Builder serviceArns(String... serviceArns)
The list of full ARN entries for each service that's associated with the specified namespace.
- Parameters:
serviceArns- The list of full ARN entries for each service that's associated with the specified namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListServicesByNamespaceResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureListServicesByNamespacerequest. When the results of aListServicesByNamespacerequest exceedmaxResults, this value can be used to retrieve the next page of results. When there are no more results to return, this value isnull.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListServicesByNamespacerequest. When the results of aListServicesByNamespacerequest exceedmaxResults, this value can be used to retrieve the next page of results. When there are no more results to return, this value isnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-