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 Summary
-
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.greengrassv2.model.GreengrassV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
DeploymentHistoryFilter,DeploymentHistoryFilter
-
-
historyFilter
ListDeploymentsRequest.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- 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:
DeploymentHistoryFilter,DeploymentHistoryFilter
-
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-