Interface DisassociateResourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DisassociateResourceResponse.Builder,
,DisassociateResourceResponse> SdkBuilder<DisassociateResourceResponse.Builder,
,DisassociateResourceResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
DisassociateResourceResponse
public static interface DisassociateResourceResponse.Builder
extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<DisassociateResourceResponse.Builder,DisassociateResourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon resource name (ARN) that specifies the application.resourceArn
(String resourceArn) The Amazon resource name (ARN) that specifies the resource.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 Details
-
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.
-
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.
-