Interface AssociateResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateResourceResponse.Builder,,AssociateResourceResponse> SdkBuilder<AssociateResourceResponse.Builder,,AssociateResourceResponse> SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
AssociateResourceResponse
public static interface AssociateResourceResponse.Builder
extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<AssociateResourceResponse.Builder,AssociateResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) The Amazon resource name (ARN) of the application that was augmented with attributes.resourceArn(String resourceArn) The Amazon resource name (ARN) that specifies the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
-
resourceArn
The Amazon resource name (ARN) that specifies the resource.
- Parameters:
resourceArn- The Amazon resource name (ARN) that specifies the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-