public static interface DisassociateResourceRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResourceRequest.Builder,DisassociateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateResourceRequest.Builder |
application(String application)
The name or ID of the application.
|
DisassociateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateResourceRequest.Builder |
resource(String resource)
The name or ID of the resource.
|
DisassociateResourceRequest.Builder |
resourceType(ResourceType resourceType)
The type of the resource that is being disassociated.
|
DisassociateResourceRequest.Builder |
resourceType(String resourceType)
The type of the resource that is being disassociated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateResourceRequest.Builder application(String application)
The name or ID of the application.
application - The name or ID of the application.DisassociateResourceRequest.Builder resourceType(String resourceType)
The type of the resource that is being disassociated.
resourceType - The type of the resource that is being disassociated.ResourceType,
ResourceTypeDisassociateResourceRequest.Builder resourceType(ResourceType resourceType)
The type of the resource that is being disassociated.
resourceType - The type of the resource that is being disassociated.ResourceType,
ResourceTypeDisassociateResourceRequest.Builder resource(String resource)
The name or ID of the resource.
resource - The name or ID of the resource.DisassociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.