Interface DisassociateAttributeGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateAttributeGroupRequest.Builder,DisassociateAttributeGroupRequest>,SdkBuilder<DisassociateAttributeGroupRequest.Builder,DisassociateAttributeGroupRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- DisassociateAttributeGroupRequest
public static interface DisassociateAttributeGroupRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAttributeGroupRequest.Builder,DisassociateAttributeGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAttributeGroupRequest.Builderapplication(String application)The name, ID, or ARN of the application.DisassociateAttributeGroupRequest.BuilderattributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.DisassociateAttributeGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAttributeGroupRequest.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
DisassociateAttributeGroupRequest.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
DisassociateAttributeGroupRequest.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
DisassociateAttributeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateAttributeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-