Interface ListClusterSchedulerConfigsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListClusterSchedulerConfigsResponse.Builder,ListClusterSchedulerConfigsResponse>,SageMakerResponse.Builder,SdkBuilder<ListClusterSchedulerConfigsResponse.Builder,ListClusterSchedulerConfigsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListClusterSchedulerConfigsResponse
public static interface ListClusterSchedulerConfigsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListClusterSchedulerConfigsResponse.Builder,ListClusterSchedulerConfigsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClusterSchedulerConfigsResponse.BuilderclusterSchedulerConfigSummaries(Collection<ClusterSchedulerConfigSummary> clusterSchedulerConfigSummaries)Summaries of the cluster policies.ListClusterSchedulerConfigsResponse.BuilderclusterSchedulerConfigSummaries(Consumer<ClusterSchedulerConfigSummary.Builder>... clusterSchedulerConfigSummaries)Summaries of the cluster policies.ListClusterSchedulerConfigsResponse.BuilderclusterSchedulerConfigSummaries(ClusterSchedulerConfigSummary... clusterSchedulerConfigSummaries)Summaries of the cluster policies.ListClusterSchedulerConfigsResponse.BuildernextToken(String nextToken)If the previous response was truncated, you will receive this token.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
clusterSchedulerConfigSummaries
ListClusterSchedulerConfigsResponse.Builder clusterSchedulerConfigSummaries(Collection<ClusterSchedulerConfigSummary> clusterSchedulerConfigSummaries)
Summaries of the cluster policies.
- Parameters:
clusterSchedulerConfigSummaries- Summaries of the cluster policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterSchedulerConfigSummaries
ListClusterSchedulerConfigsResponse.Builder clusterSchedulerConfigSummaries(ClusterSchedulerConfigSummary... clusterSchedulerConfigSummaries)
Summaries of the cluster policies.
- Parameters:
clusterSchedulerConfigSummaries- Summaries of the cluster policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterSchedulerConfigSummaries
ListClusterSchedulerConfigsResponse.Builder clusterSchedulerConfigSummaries(Consumer<ClusterSchedulerConfigSummary.Builder>... clusterSchedulerConfigSummaries)
Summaries of the cluster policies.
This is a convenience method that creates an instance of theClusterSchedulerConfigSummary.Builderavoiding the need to create one manually viaClusterSchedulerConfigSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#clusterSchedulerConfigSummaries(List.) - Parameters:
clusterSchedulerConfigSummaries- a consumer that will call methods onClusterSchedulerConfigSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#clusterSchedulerConfigSummaries(java.util.Collection)
-
nextToken
ListClusterSchedulerConfigsResponse.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
- Parameters:
nextToken- If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-