Interface ListEdgeDeploymentPlansResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEdgeDeploymentPlansResponse.Builder,ListEdgeDeploymentPlansResponse>,SageMakerResponse.Builder,SdkBuilder<ListEdgeDeploymentPlansResponse.Builder,ListEdgeDeploymentPlansResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEdgeDeploymentPlansResponse
public static interface ListEdgeDeploymentPlansResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListEdgeDeploymentPlansResponse.Builder,ListEdgeDeploymentPlansResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEdgeDeploymentPlansResponse.BuilderedgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)List of summaries of edge deployment plans.ListEdgeDeploymentPlansResponse.BuilderedgeDeploymentPlanSummaries(Consumer<EdgeDeploymentPlanSummary.Builder>... edgeDeploymentPlanSummaries)List of summaries of edge deployment plans.ListEdgeDeploymentPlansResponse.BuilderedgeDeploymentPlanSummaries(EdgeDeploymentPlanSummary... edgeDeploymentPlanSummaries)List of summaries of edge deployment plans.ListEdgeDeploymentPlansResponse.BuildernextToken(String nextToken)The token to use when calling the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
edgeDeploymentPlanSummaries
ListEdgeDeploymentPlansResponse.Builder edgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
- Parameters:
edgeDeploymentPlanSummaries- List of summaries of edge deployment plans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeDeploymentPlanSummaries
ListEdgeDeploymentPlansResponse.Builder edgeDeploymentPlanSummaries(EdgeDeploymentPlanSummary... edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
- Parameters:
edgeDeploymentPlanSummaries- List of summaries of edge deployment plans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeDeploymentPlanSummaries
ListEdgeDeploymentPlansResponse.Builder edgeDeploymentPlanSummaries(Consumer<EdgeDeploymentPlanSummary.Builder>... edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
This is a convenience method that creates an instance of theEdgeDeploymentPlanSummary.Builderavoiding the need to create one manually viaEdgeDeploymentPlanSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#edgeDeploymentPlanSummaries(List.) - Parameters:
edgeDeploymentPlanSummaries- a consumer that will call methods onEdgeDeploymentPlanSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#edgeDeploymentPlanSummaries(java.util.Collection)
-
nextToken
ListEdgeDeploymentPlansResponse.Builder nextToken(String nextToken)
The token to use when calling the next page of results.
- Parameters:
nextToken- The token to use when calling the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-