public static interface CreateEdgeDeploymentStageRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateEdgeDeploymentStageRequest.Builder,CreateEdgeDeploymentStageRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEdgeDeploymentStageRequest.Builder |
edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
CreateEdgeDeploymentStageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEdgeDeploymentStageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEdgeDeploymentStageRequest.Builder |
stages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
|
CreateEdgeDeploymentStageRequest.Builder |
stages(Consumer<DeploymentStage.Builder>... stages)
List of stages to be added to the edge deployment plan.
|
CreateEdgeDeploymentStageRequest.Builder |
stages(DeploymentStage... stages)
List of stages to be added to the edge deployment plan.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEdgeDeploymentStageRequest.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName - The name of the edge deployment plan.CreateEdgeDeploymentStageRequest.Builder stages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
stages - List of stages to be added to the edge deployment plan.CreateEdgeDeploymentStageRequest.Builder stages(DeploymentStage... stages)
List of stages to be added to the edge deployment plan.
stages - List of stages to be added to the edge deployment plan.CreateEdgeDeploymentStageRequest.Builder stages(Consumer<DeploymentStage.Builder>... stages)
List of stages to be added to the edge deployment plan.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #stages(List) .stages - a consumer that will call methods on List.Builder #stages(List) CreateEdgeDeploymentStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEdgeDeploymentStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.