Interface DescribeEdgeDeploymentPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEdgeDeploymentPlanRequest.Builder,DescribeEdgeDeploymentPlanRequest>
,SageMakerRequest.Builder
,SdkBuilder<DescribeEdgeDeploymentPlanRequest.Builder,DescribeEdgeDeploymentPlanRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeEdgeDeploymentPlanRequest
public static interface DescribeEdgeDeploymentPlanRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DescribeEdgeDeploymentPlanRequest.Builder,DescribeEdgeDeploymentPlanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEdgeDeploymentPlanRequest.Builder
edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.DescribeEdgeDeploymentPlanRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to select (50 by default).DescribeEdgeDeploymentPlanRequest.Builder
nextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.DescribeEdgeDeploymentPlanRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeEdgeDeploymentPlanRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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
DescribeEdgeDeploymentPlanRequest.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
- Parameters:
edgeDeploymentPlanName
- The name of the deployment plan to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeEdgeDeploymentPlanRequest.Builder nextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
- Parameters:
nextToken
- If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeEdgeDeploymentPlanRequest.Builder maxResults(Integer maxResults)
The maximum number of results to select (50 by default).
- Parameters:
maxResults
- The maximum number of results to select (50 by default).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEdgeDeploymentPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEdgeDeploymentPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-