public static interface ListDeploymentsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentsRequest.Builder targetArn(String targetArn)
The ARN of the target IoT thing or thing group.
targetArn - The ARN of
the target IoT thing or thing group.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
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
DeploymentHistoryFilter,
DeploymentHistoryFilterListDeploymentsRequest.Builder historyFilter(DeploymentHistoryFilter 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
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
DeploymentHistoryFilter,
DeploymentHistoryFilterListDeploymentsRequest.Builder parentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
parentTargetArn - The parent deployment's target ARN within a
subdeployment.ListDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListDeploymentsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.