Interface ListDeploymentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>,GreengrassRequest.Builder,SdkBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDeploymentsRequest
public static interface ListDeploymentsRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentsRequest.BuildergroupId(String groupId)The ID of the Greengrass group.ListDeploymentsRequest.BuildermaxResults(String maxResults)The maximum number of results to be returned per request.ListDeploymentsRequest.BuildernextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.greengrass.model.GreengrassRequest.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
-
groupId
ListDeploymentsRequest.Builder groupId(String groupId)
The ID of the Greengrass group.- Parameters:
groupId- The ID of the Greengrass group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDeploymentsRequest.Builder maxResults(String maxResults)
The maximum number of results to be returned per request.- Parameters:
maxResults- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeploymentsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.- Parameters:
nextToken- The token for the next set of results, or ''null'' if there are no additional 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
-
-