public static interface AssociateResourceRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceRequest.Builder |
application(String application)
The name or ID of the application.
|
AssociateResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateResourceRequest.Builder |
resource(String resource)
The name or ID of the resource of which the application will be associated.
|
AssociateResourceRequest.Builder |
resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
|
AssociateResourceRequest.Builder |
resourceType(String resourceType)
The type of resource of which the application will be associated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateResourceRequest.Builder application(String application)
The name or ID of the application.
application - The name or ID of the application.AssociateResourceRequest.Builder resourceType(String resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceType,
ResourceTypeAssociateResourceRequest.Builder resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
resourceType - The type of resource of which the application will be associated.ResourceType,
ResourceTypeAssociateResourceRequest.Builder resource(String resource)
The name or ID of the resource of which the application will be associated.
resource - The name or ID of the resource of which the application will be associated.AssociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.