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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDeploymentResponse.BuilderdeploymentId(String deploymentId)The ID of the deployment.CreateDeploymentResponse.BuilderiotJobArn(String iotJobArn)The ARN of the IoT job that applies the deployment to target devices.CreateDeploymentResponse.BuilderiotJobId(String iotJobId)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 Detail
-
deploymentId
CreateDeploymentResponse.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.
-
iotJobId
CreateDeploymentResponse.Builder iotJobId(String 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
CreateDeploymentResponse.Builder iotJobArn(String 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.
-
-