Interface ListDeploymentsRequest.Builder

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

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

    • targetArn

      ListDeploymentsRequest.Builder targetArn(String targetArn)

      The ARN of the target IoT thing or thing group.

      Parameters:
      targetArn - The ARN of the target IoT thing or thing group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historyFilter

      ListDeploymentsRequest.Builder historyFilter(String historyFilter)

      The filter for the list of deployments. Choose one of the following options:

      • ALL – The list includes all deployments.

      • LATEST_ONLY – The list includes only the latest revision of each deployment.

      Default: LATEST_ONLY

      Parameters:
      historyFilter - The filter for the list of deployments. Choose one of the following options:

      • ALL – The list includes all deployments.

      • LATEST_ONLY – The list includes only the latest revision of each deployment.

      Default: LATEST_ONLY

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • historyFilter

      The filter for the list of deployments. Choose one of the following options:

      • ALL – The list includes all deployments.

      • LATEST_ONLY – The list includes only the latest revision of each deployment.

      Default: LATEST_ONLY

      Parameters:
      historyFilter - The filter for the list of deployments. Choose one of the following options:

      • ALL – The list includes all deployments.

      • LATEST_ONLY – The list includes only the latest revision of each deployment.

      Default: LATEST_ONLY

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parentTargetArn

      ListDeploymentsRequest.Builder parentTargetArn(String parentTargetArn)

      The parent deployment's target ARN within a subdeployment.

      Parameters:
      parentTargetArn - The parent deployment's target ARN within a subdeployment.
      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 results to be returned per paginated request.

      Parameters:
      maxResults - The maximum number of results to be returned per paginated request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListDeploymentsRequest.Builder nextToken(String nextToken)

      The token to be used for the next set of paginated results.

      Parameters:
      nextToken - The token to be used for the next set of paginated 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.