Interface GetDeploymentStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDeploymentStatusRequest.Builder,GetDeploymentStatusRequest>,GreengrassRequest.Builder,SdkBuilder<GetDeploymentStatusRequest.Builder,GetDeploymentStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDeploymentStatusRequest
public static interface GetDeploymentStatusRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentStatusRequest.Builder,GetDeploymentStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentStatusRequest.BuilderdeploymentId(String deploymentId)The ID of the deployment.GetDeploymentStatusRequest.BuildergroupId(String groupId)The ID of the Greengrass group.GetDeploymentStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentStatusRequest.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
-
deploymentId
GetDeploymentStatusRequest.Builder deploymentId(String deploymentId)
The ID of the deployment.- Parameters:
deploymentId- The ID of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
GetDeploymentStatusRequest.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.
-
overrideConfiguration
GetDeploymentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDeploymentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-