Interface DescribeComputeQuotaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeComputeQuotaRequest.Builder,DescribeComputeQuotaRequest>,SageMakerRequest.Builder,SdkBuilder<DescribeComputeQuotaRequest.Builder,DescribeComputeQuotaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeComputeQuotaRequest
public static interface DescribeComputeQuotaRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DescribeComputeQuotaRequest.Builder,DescribeComputeQuotaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeComputeQuotaRequest.BuildercomputeQuotaId(String computeQuotaId)ID of the compute allocation definition.DescribeComputeQuotaRequest.BuildercomputeQuotaVersion(Integer computeQuotaVersion)Version of the compute allocation definition.DescribeComputeQuotaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeComputeQuotaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
computeQuotaId
DescribeComputeQuotaRequest.Builder computeQuotaId(String computeQuotaId)
ID of the compute allocation definition.
- Parameters:
computeQuotaId- ID of the compute allocation definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeQuotaVersion
DescribeComputeQuotaRequest.Builder computeQuotaVersion(Integer computeQuotaVersion)
Version of the compute allocation definition.
- Parameters:
computeQuotaVersion- Version of the compute allocation definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeComputeQuotaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeComputeQuotaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-