Interface DisassociateAttributeGroupResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DisassociateAttributeGroupResponse.Builder,,- DisassociateAttributeGroupResponse> - SdkBuilder<DisassociateAttributeGroupResponse.Builder,,- DisassociateAttributeGroupResponse> - SdkPojo,- SdkResponse.Builder,- ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- DisassociateAttributeGroupResponse
@Mutable
@NotThreadSafe
public static interface DisassociateAttributeGroupResponse.Builder
extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<DisassociateAttributeGroupResponse.Builder,DisassociateAttributeGroupResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationArn(String applicationArn) The Amazon resource name (ARN) that specifies the application.attributeGroupArn(String attributeGroupArn) The Amazon resource name (ARN) that specifies the attribute group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
applicationArnThe Amazon resource name (ARN) that specifies the application. - Parameters:
- applicationArn- The Amazon resource name (ARN) that specifies the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeGroupArnThe Amazon resource name (ARN) that specifies the attribute group. - Parameters:
- attributeGroupArn- The Amazon resource name (ARN) that specifies the attribute group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-