Interface ListServiceDeploymentsRequest.Builder

  • Method Details

    • service

      The ARN or name of the service

      Parameters:
      service - The ARN or name of the service
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cluster

      The cluster that hosts the service. This can either be the cluster name or ARN. Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. If you don't specify a cluster, default is used.

      Parameters:
      cluster - The cluster that hosts the service. This can either be the cluster name or ARN. Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. If you don't specify a cluster, default is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.

      Parameters:
      status - An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusWithStrings

      ListServiceDeploymentsRequest.Builder statusWithStrings(String... status)

      An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.

      Parameters:
      status - An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.

      Parameters:
      status - An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.

      Parameters:
      status - An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      An optional filter you can use to narrow the results by the service creation date. If you do not specify a value, the result includes all services created before the current time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

      Parameters:
      createdAt - An optional filter you can use to narrow the results by the service creation date. If you do not specify a value, the result includes all services created before the current time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      An optional filter you can use to narrow the results by the service creation date. If you do not specify a value, the result includes all services created before the current time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

      This is a convenience method that creates an instance of the CreatedAt.Builder avoiding the need to create one manually via CreatedAt.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to createdAt(CreatedAt).

      Parameters:
      createdAt - a consumer that will call methods on CreatedAt.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The nextToken value returned from a ListServiceDeployments request indicating that more results are available to fulfill the request and further calls are needed. If you provided maxResults, it's possible the number of results is fewer than maxResults.

      Parameters:
      nextToken - The nextToken value returned from a ListServiceDeployments request indicating that more results are available to fulfill the request and further calls are needed. If you provided maxResults, it's possible the number of results is fewer than maxResults.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of service deployment results that ListServiceDeployments returned in paginated output. When this parameter is used, ListServiceDeployments only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListServiceDeployments request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListServiceDeployments returns up to 20 results and a nextToken value if applicable.

      Parameters:
      maxResults - The maximum number of service deployment results that ListServiceDeployments returned in paginated output. When this parameter is used, ListServiceDeployments only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListServiceDeployments request with the returned nextToken value. This value can be between 1 and 100. If this parameter isn't used, then ListServiceDeployments returns up to 20 results and a nextToken value if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListServiceDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.