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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateResourceResponse.BuilderapplicationArn(String applicationArn)The Amazon resource name (ARN) that specifies the application.DisassociateResourceResponse.BuilderresourceArn(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 Detail
-
applicationArn
DisassociateResourceResponse.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.
-
resourceArn
DisassociateResourceResponse.Builder resourceArn(String 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.
-
-