Interface DisassociateResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DisassociateResourceRequest.Builder,
,DisassociateResourceRequest> SdkBuilder<DisassociateResourceRequest.Builder,
,DisassociateResourceRequest> SdkPojo
,SdkRequest.Builder
,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
DisassociateResourceRequest
@Mutable
@NotThreadSafe
public static interface DisassociateResourceRequest.Builder
extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResourceRequest.Builder,DisassociateResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplication
(String application) The name or ID of the application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name or ID of the resource.resourceType
(String resourceType) The type of the resource that is being disassociated.resourceType
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
Method Details
-
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
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-