public static interface DescribeEdgeDeploymentPlanRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DescribeEdgeDeploymentPlanRequest.Builder,DescribeEdgeDeploymentPlanRequest>
Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEdgeDeploymentPlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeEdgeDeploymentPlanRequest.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
edgeDeploymentPlanName
- The name of the deployment plan to describe.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.
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 maxResults(Integer maxResults)
The maximum number of results to select (50 by default).
maxResults
- The maximum number of results to select (50 by default).DescribeEdgeDeploymentPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeEdgeDeploymentPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.