Interface ListServicesByNamespaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>,EcsRequest.Builder,SdkBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListServicesByNamespaceRequest
public static interface ListServicesByNamespaceRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListServicesByNamespaceRequest.BuildermaxResults(Integer maxResults)The maximum number of service results thatListServicesByNamespacereturns in paginated output.ListServicesByNamespaceRequest.Buildernamespace(String namespace)The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.ListServicesByNamespaceRequest.BuildernextToken(String nextToken)ThenextTokenvalue that's returned from aListServicesByNamespacerequest.ListServicesByNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServicesByNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecs.model.EcsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
namespace
ListServicesByNamespaceRequest.Builder namespace(String namespace)
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- Parameters:
namespace- The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListServicesByNamespaceRequest.Builder nextToken(String nextToken)
The
nextTokenvalue that's returned from aListServicesByNamespacerequest. It indicates that more results are available to fulfill the request and further calls are needed. IfmaxResultsis returned, it is possible the number of results is less thanmaxResults.- Parameters:
nextToken- ThenextTokenvalue that's returned from aListServicesByNamespacerequest. It indicates that more results are available to fulfill the request and further calls are needed. IfmaxResultsis returned, it is possible the number of results is less thanmaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListServicesByNamespaceRequest.Builder maxResults(Integer maxResults)
The maximum number of service results that
ListServicesByNamespacereturns in paginated output. When this parameter is used,ListServicesByNamespaceonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListServicesByNamespacerequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListServicesByNamespacereturns up to 10 results and anextTokenvalue if applicable.- Parameters:
maxResults- The maximum number of service results thatListServicesByNamespacereturns in paginated output. When this parameter is used,ListServicesByNamespaceonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListServicesByNamespacerequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListServicesByNamespacereturns up to 10 results and anextTokenvalue if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServicesByNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListServicesByNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-