Interface DisassociateAttributeGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateAttributeGroupResponse.Builder,DisassociateAttributeGroupResponse>,SdkBuilder<DisassociateAttributeGroupResponse.Builder,DisassociateAttributeGroupResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- DisassociateAttributeGroupResponse
public static interface DisassociateAttributeGroupResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<DisassociateAttributeGroupResponse.Builder,DisassociateAttributeGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAttributeGroupResponse.BuilderapplicationArn(String applicationArn)The Amazon resource name (ARN) that specifies the application.DisassociateAttributeGroupResponse.BuilderattributeGroupArn(String attributeGroupArn)The Amazon resource name (ARN) that specifies the attribute group.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
applicationArn
DisassociateAttributeGroupResponse.Builder applicationArn(String applicationArn)
The 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.
-
attributeGroupArn
DisassociateAttributeGroupResponse.Builder attributeGroupArn(String attributeGroupArn)
The 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.
-
-