public static interface GetDeploymentStatusRequest.Builder extends GreengrassRequest.Builder, CopyableBuilder<GetDeploymentStatusRequest.Builder,GetDeploymentStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStatusRequest.Builder |
deploymentId(String deploymentId)
the deployment Id
|
GetDeploymentStatusRequest.Builder |
groupId(String groupId)
The unique Id of the AWS Greengrass Group
|
GetDeploymentStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDeploymentStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDeploymentStatusRequest.Builder deploymentId(String deploymentId)
deploymentId - the deployment IdGetDeploymentStatusRequest.Builder groupId(String groupId)
groupId - The unique Id of the AWS Greengrass GroupGetDeploymentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDeploymentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.