Interface AssociateAttributeGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateAttributeGroupRequest.Builder,AssociateAttributeGroupRequest>,SdkBuilder<AssociateAttributeGroupRequest.Builder,AssociateAttributeGroupRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- AssociateAttributeGroupRequest
public static interface AssociateAttributeGroupRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<AssociateAttributeGroupRequest.Builder,AssociateAttributeGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateAttributeGroupRequest.Builderapplication(String application)The name, ID, or ARN of the application.AssociateAttributeGroupRequest.BuilderattributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.AssociateAttributeGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateAttributeGroupRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
-
-
-
Method Detail
-
application
AssociateAttributeGroupRequest.Builder application(String application)
The name, ID, or ARN of the application.
- Parameters:
application- The name, ID, or ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroup
AssociateAttributeGroupRequest.Builder attributeGroup(String attributeGroup)
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
- Parameters:
attributeGroup- The name, ID, or ARN of the attribute group that holds the attributes to describe the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateAttributeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateAttributeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-