Interface AssociateBudgetWithResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateBudgetWithResourceRequest.Builder,AssociateBudgetWithResourceRequest>,SdkBuilder<AssociateBudgetWithResourceRequest.Builder,AssociateBudgetWithResourceRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- AssociateBudgetWithResourceRequest
public static interface AssociateBudgetWithResourceRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<AssociateBudgetWithResourceRequest.Builder,AssociateBudgetWithResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateBudgetWithResourceRequest.BuilderbudgetName(String budgetName)The name of the budget you want to associate.AssociateBudgetWithResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateBudgetWithResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateBudgetWithResourceRequest.BuilderresourceId(String resourceId)The resource identifier.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
budgetName
AssociateBudgetWithResourceRequest.Builder budgetName(String budgetName)
The name of the budget you want to associate.
- Parameters:
budgetName- The name of the budget you want to associate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
AssociateBudgetWithResourceRequest.Builder resourceId(String resourceId)
The resource identifier. Either a portfolio-id or a product-id.
- Parameters:
resourceId- The resource identifier. Either a portfolio-id or a product-id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateBudgetWithResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateBudgetWithResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-