Interface ListDeploymentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDeploymentsRequest.Builder,
,ListDeploymentsRequest> GreengrassV2Request.Builder
,SdkBuilder<ListDeploymentsRequest.Builder,
,ListDeploymentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDeploymentsRequest
-
Method Summary
Modifier and TypeMethodDescriptionhistoryFilter
(String historyFilter) The filter for the list of deployments.historyFilter
(DeploymentHistoryFilter historyFilter) The filter for the list of deployments.maxResults
(Integer maxResults) The maximum number of results to be returned per paginated request.The token to be used for the next set of paginated results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parentTargetArn
(String parentTargetArn) The parent deployment's target ARN within a subdeployment.The ARN of the target IoT thing or thing group.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 Details
-
targetArn
-
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
-
maxResults
The maximum number of results to be returned per paginated request.
Default:
50
- Parameters:
maxResults
- The maximum number of results to be returned per paginated request.Default:
50
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-