Interface DisassociateResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateResourceRequest.Builder,DisassociateResourceRequest>,SdkBuilder<DisassociateResourceRequest.Builder,DisassociateResourceRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- DisassociateResourceRequest
public static interface DisassociateResourceRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResourceRequest.Builder,DisassociateResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateResourceRequest.Builderapplication(String application)The name or ID of the application.DisassociateResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateResourceRequest.Builderresource(String resource)The name or ID of the resource.DisassociateResourceRequest.BuilderresourceType(String resourceType)The type of the resource that is being disassociated.DisassociateResourceRequest.BuilderresourceType(ResourceType resourceType)The type of the resource that is being disassociated.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
-
-
-
Method Detail
-
application
DisassociateResourceRequest.Builder application(String application)
The name or ID of the application.
- Parameters:
application- The name or ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
DisassociateResourceRequest.Builder resourceType(String resourceType)
The type of the resource that is being disassociated.
- Parameters:
resourceType- The type of the resource that is being disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
DisassociateResourceRequest.Builder resourceType(ResourceType resourceType)
The type of the resource that is being disassociated.
- Parameters:
resourceType- The type of the resource that is being disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resource
DisassociateResourceRequest.Builder resource(String resource)
The name or ID of the resource.
- Parameters:
resource- The name or ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-