Interface ListComputeQuotasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListComputeQuotasResponse.Builder,,ListComputeQuotasResponse> SageMakerResponse.Builder,SdkBuilder<ListComputeQuotasResponse.Builder,,ListComputeQuotasResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListComputeQuotasResponse
@Mutable
@NotThreadSafe
public static interface ListComputeQuotasResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListComputeQuotasResponse.Builder,ListComputeQuotasResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeQuotaSummaries(Collection<ComputeQuotaSummary> computeQuotaSummaries) Summaries of the compute allocation definitions.computeQuotaSummaries(Consumer<ComputeQuotaSummary.Builder>... computeQuotaSummaries) Summaries of the compute allocation definitions.computeQuotaSummaries(ComputeQuotaSummary... computeQuotaSummaries) Summaries of the compute allocation definitions.If the previous response was truncated, you will receive this token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 tocomputeQuotaSummaries(List<ComputeQuotaSummary>).- 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:
-
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.
-