Interface UpdateBillEstimateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmPricingCalculatorRequest.Builder,Buildable,CopyableBuilder<UpdateBillEstimateRequest.Builder,UpdateBillEstimateRequest>,SdkBuilder<UpdateBillEstimateRequest.Builder,UpdateBillEstimateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBillEstimateRequest
public static interface UpdateBillEstimateRequest.Builder extends BcmPricingCalculatorRequest.Builder, SdkPojo, CopyableBuilder<UpdateBillEstimateRequest.Builder,UpdateBillEstimateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBillEstimateRequest.BuilderexpiresAt(Instant expiresAt)The new expiration date for the bill estimate.UpdateBillEstimateRequest.Builderidentifier(String identifier)The unique identifier of the bill estimate to update.UpdateBillEstimateRequest.Buildername(String name)The new name for the bill estimate.UpdateBillEstimateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBillEstimateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmpricingcalculator.model.BcmPricingCalculatorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
identifier
UpdateBillEstimateRequest.Builder identifier(String identifier)
The unique identifier of the bill estimate to update.
- Parameters:
identifier- The unique identifier of the bill estimate to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateBillEstimateRequest.Builder name(String name)
The new name for the bill estimate.
- Parameters:
name- The new name for the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
UpdateBillEstimateRequest.Builder expiresAt(Instant expiresAt)
The new expiration date for the bill estimate.
- Parameters:
expiresAt- The new expiration date for the bill estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBillEstimateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBillEstimateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-