Interface CreateDeploymentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDeploymentResponse.Builder,
,CreateDeploymentResponse> GreengrassV2Response.Builder
,SdkBuilder<CreateDeploymentResponse.Builder,
,CreateDeploymentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateDeploymentResponse
public static interface CreateDeploymentResponse.Builder
extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<CreateDeploymentResponse.Builder,CreateDeploymentResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId
(String deploymentId) The ID of the deployment.The ARN of the IoT job that applies the deployment to target devices.The ID of the IoT job that applies the deployment to target devices.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
iotJobId
The ID of the IoT job that applies the deployment to target devices.
- Parameters:
iotJobId
- The ID of the IoT job that applies the deployment to target devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iotJobArn
The ARN of the IoT job that applies the deployment to target devices.
- Parameters:
iotJobArn
- The ARN of the IoT job that applies the deployment to target devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-