Interface ListComputeQuotasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListComputeQuotasResponse.Builder,ListComputeQuotasResponse>,SageMakerResponse.Builder,SdkBuilder<ListComputeQuotasResponse.Builder,ListComputeQuotasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListComputeQuotasResponse
public static interface ListComputeQuotasResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListComputeQuotasResponse.Builder,ListComputeQuotasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComputeQuotasResponse.BuildercomputeQuotaSummaries(Collection<ComputeQuotaSummary> computeQuotaSummaries)Summaries of the compute allocation definitions.ListComputeQuotasResponse.BuildercomputeQuotaSummaries(Consumer<ComputeQuotaSummary.Builder>... computeQuotaSummaries)Summaries of the compute allocation definitions.ListComputeQuotasResponse.BuildercomputeQuotaSummaries(ComputeQuotaSummary... computeQuotaSummaries)Summaries of the compute allocation definitions.ListComputeQuotasResponse.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
-
computeQuotaSummaries
ListComputeQuotasResponse.Builder computeQuotaSummaries(Collection<ComputeQuotaSummary> computeQuotaSummaries)
Summaries of the compute allocation definitions.
- Parameters:
computeQuotaSummaries- Summaries of the compute allocation definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeQuotaSummaries
ListComputeQuotasResponse.Builder computeQuotaSummaries(ComputeQuotaSummary... computeQuotaSummaries)
Summaries of the compute allocation definitions.
- Parameters:
computeQuotaSummaries- Summaries of the compute allocation definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeQuotaSummaries
ListComputeQuotasResponse.Builder computeQuotaSummaries(Consumer<ComputeQuotaSummary.Builder>... computeQuotaSummaries)
Summaries of the compute allocation definitions.
This is a convenience method that creates an instance of theComputeQuotaSummary.Builderavoiding the need to create one manually viaComputeQuotaSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#computeQuotaSummaries(List.) - Parameters:
computeQuotaSummaries- a consumer that will call methods onComputeQuotaSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#computeQuotaSummaries(java.util.Collection)
-
nextToken
ListComputeQuotasResponse.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.
-
-