public static interface DescribeEdgeDeploymentPlanResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeEdgeDeploymentPlanResponse.Builder,DescribeEdgeDeploymentPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeDeploymentPlanResponse.Builder |
creationTime(Instant creationTime)
The time when the edge deployment plan was created.
|
DescribeEdgeDeploymentPlanResponse.Builder |
deviceFleetName(String deviceFleetName)
The device fleet used for this edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
edgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
|
DescribeEdgeDeploymentPlanResponse.Builder |
edgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up deployment, or in progress.
|
DescribeEdgeDeploymentPlanResponse.Builder |
edgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
edgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
|
DescribeEdgeDeploymentPlanResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the edge deployment plan was last updated.
|
DescribeEdgeDeploymentPlanResponse.Builder |
modelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
modelConfigs(Consumer<EdgeDeploymentModelConfig.Builder>... modelConfigs)
List of models associated with the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
modelConfigs(EdgeDeploymentModelConfig... modelConfigs)
List of models associated with the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
nextToken(String nextToken)
Token to use when calling the next set of stages in the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
stages(Collection<DeploymentStageStatusSummary> stages)
List of stages in the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
stages(Consumer<DeploymentStageStatusSummary.Builder>... stages)
List of stages in the edge deployment plan.
|
DescribeEdgeDeploymentPlanResponse.Builder |
stages(DeploymentStageStatusSummary... stages)
List of stages in the edge deployment plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEdgeDeploymentPlanResponse.Builder edgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of edge deployment plan.
edgeDeploymentPlanArn - The ARN of edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName - The name of the edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder modelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
modelConfigs - List of models associated with the edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder modelConfigs(EdgeDeploymentModelConfig... modelConfigs)
List of models associated with the edge deployment plan.
modelConfigs - List of models associated with the edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder modelConfigs(Consumer<EdgeDeploymentModelConfig.Builder>... modelConfigs)
List of models associated with the edge deployment plan.
This is a convenience method that creates an instance of theEdgeDeploymentModelConfig.Builder avoiding the need
to create one manually via
EdgeDeploymentModelConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelConfigs(List.
modelConfigs - a consumer that will call methods on
EdgeDeploymentModelConfig.Builder#modelConfigs(java.util.Collection) DescribeEdgeDeploymentPlanResponse.Builder deviceFleetName(String deviceFleetName)
The device fleet used for this edge deployment plan.
deviceFleetName - The device fleet used for this edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder edgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
edgeDeploymentSuccess - The number of edge devices with the successful deployment.DescribeEdgeDeploymentPlanResponse.Builder edgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up deployment, or in progress.
edgeDeploymentPending - The number of edge devices yet to pick up deployment, or in progress.DescribeEdgeDeploymentPlanResponse.Builder edgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
edgeDeploymentFailed - The number of edge devices that failed the deployment.DescribeEdgeDeploymentPlanResponse.Builder stages(Collection<DeploymentStageStatusSummary> stages)
List of stages in the edge deployment plan.
stages - List of stages in the edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder stages(DeploymentStageStatusSummary... stages)
List of stages in the edge deployment plan.
stages - List of stages in the edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder stages(Consumer<DeploymentStageStatusSummary.Builder>... stages)
List of stages in the edge deployment plan.
This is a convenience method that creates an instance of theDeploymentStageStatusSummary.Builder avoiding the
need to create one manually via
DeploymentStageStatusSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #stages(List.
stages - a consumer that will call methods on
DeploymentStageStatusSummary.Builder#stages(java.util.Collection) DescribeEdgeDeploymentPlanResponse.Builder nextToken(String nextToken)
Token to use when calling the next set of stages in the edge deployment plan.
nextToken - Token to use when calling the next set of stages in the edge deployment plan.DescribeEdgeDeploymentPlanResponse.Builder creationTime(Instant creationTime)
The time when the edge deployment plan was created.
creationTime - The time when the edge deployment plan was created.DescribeEdgeDeploymentPlanResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the edge deployment plan was last updated.
lastModifiedTime - The time when the edge deployment plan was last updated.Copyright © 2022. All rights reserved.