Interface ListDeploymentsRequest.Builder

All Superinterfaces:
AppConfigRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>, SdkBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListDeploymentsRequest

public static interface ListDeploymentsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
  • Method Details

    • applicationId

      ListDeploymentsRequest.Builder applicationId(String applicationId)

      The application ID.

      Parameters:
      applicationId - The application ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      ListDeploymentsRequest.Builder environmentId(String environmentId)

      The environment ID.

      Parameters:
      environmentId - The environment ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListDeploymentsRequest.Builder maxResults(Integer maxResults)

      The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.

      Parameters:
      maxResults - The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDeploymentsRequest.Builder nextToken(String nextToken)

      The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.

      Parameters:
      nextToken - The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListDeploymentsRequest.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.