Interface AssociateAttributeGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateAttributeGroupResponse.Builder,AssociateAttributeGroupResponse>,SdkBuilder<AssociateAttributeGroupResponse.Builder,AssociateAttributeGroupResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- AssociateAttributeGroupResponse
public static interface AssociateAttributeGroupResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<AssociateAttributeGroupResponse.Builder,AssociateAttributeGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateAttributeGroupResponse.BuilderapplicationArn(String applicationArn)The Amazon resource name (ARN) of the application that was augmented with attributes.AssociateAttributeGroupResponse.BuilderattributeGroupArn(String attributeGroupArn)The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.-
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
AssociateAttributeGroupResponse.Builder applicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
- Parameters:
applicationArn- The Amazon resource name (ARN) of the application that was augmented with attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroupArn
AssociateAttributeGroupResponse.Builder attributeGroupArn(String attributeGroupArn)
The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.
- Parameters:
attributeGroupArn- The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-