Interface CreateEdgeDeploymentPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEdgeDeploymentPlanRequest.Builder,CreateEdgeDeploymentPlanRequest>,SageMakerRequest.Builder,SdkBuilder<CreateEdgeDeploymentPlanRequest.Builder,CreateEdgeDeploymentPlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEdgeDeploymentPlanRequest
public static interface CreateEdgeDeploymentPlanRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateEdgeDeploymentPlanRequest.Builder,CreateEdgeDeploymentPlanRequest>
-
-
Method Summary
-
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.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
edgeDeploymentPlanName
CreateEdgeDeploymentPlanRequest.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
- Parameters:
edgeDeploymentPlanName- The name of the edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelConfigs
CreateEdgeDeploymentPlanRequest.Builder modelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
- Parameters:
modelConfigs- List of models associated with the edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelConfigs
CreateEdgeDeploymentPlanRequest.Builder modelConfigs(EdgeDeploymentModelConfig... modelConfigs)
List of models associated with the edge deployment plan.
- Parameters:
modelConfigs- List of models associated with the edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelConfigs
CreateEdgeDeploymentPlanRequest.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.Builderavoiding the need to create one manually viaEdgeDeploymentModelConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#modelConfigs(List.) - Parameters:
modelConfigs- a consumer that will call methods onEdgeDeploymentModelConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#modelConfigs(java.util.Collection)
-
deviceFleetName
CreateEdgeDeploymentPlanRequest.Builder deviceFleetName(String deviceFleetName)
The device fleet used for this edge deployment plan.
- Parameters:
deviceFleetName- The device fleet used for this edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stages
CreateEdgeDeploymentPlanRequest.Builder stages(Collection<DeploymentStage> stages)
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
- Parameters:
stages- List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stages
CreateEdgeDeploymentPlanRequest.Builder stages(DeploymentStage... stages)
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
- Parameters:
stages- List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stages
CreateEdgeDeploymentPlanRequest.Builder stages(Consumer<DeploymentStage.Builder>... stages)
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
This is a convenience method that creates an instance of theDeploymentStage.Builderavoiding the need to create one manually viaDeploymentStage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#stages(List.) - Parameters:
stages- a consumer that will call methods onDeploymentStage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#stages(java.util.Collection)
-
tags
CreateEdgeDeploymentPlanRequest.Builder tags(Collection<Tag> tags)
List of tags with which to tag the edge deployment plan.
- Parameters:
tags- List of tags with which to tag the edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateEdgeDeploymentPlanRequest.Builder tags(Tag... tags)
List of tags with which to tag the edge deployment plan.
- Parameters:
tags- List of tags with which to tag the edge deployment plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateEdgeDeploymentPlanRequest.Builder tags(Consumer<Tag.Builder>... tags)
List of tags with which to tag the edge deployment plan.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateEdgeDeploymentPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEdgeDeploymentPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-