Interface AssociateResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>,SdkBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- AssociateResourceRequest
public static interface AssociateResourceRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateResourceRequest.Builderapplication(String application)The name, ID, or ARN of the application.AssociateResourceRequest.Builderoptions(Collection<AssociationOption> options)Determines whether an application tag is applied or skipped.AssociateResourceRequest.Builderoptions(AssociationOption... options)Determines whether an application tag is applied or skipped.AssociateResourceRequest.BuilderoptionsWithStrings(String... options)Determines whether an application tag is applied or skipped.AssociateResourceRequest.BuilderoptionsWithStrings(Collection<String> options)Determines whether an application tag is applied or skipped.AssociateResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateResourceRequest.Builderresource(String resource)The name or ID of the resource of which the application will be associated.AssociateResourceRequest.BuilderresourceType(String resourceType)The type of resource of which the application will be associated.AssociateResourceRequest.BuilderresourceType(ResourceType resourceType)The type of resource of which the application will be associated.-
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
AssociateResourceRequest.Builder application(String application)
The name, ID, or ARN of the application.
- Parameters:
application- The name, ID, or ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
AssociateResourceRequest.Builder resourceType(String resourceType)
The type of resource of which the application will be associated.
- Parameters:
resourceType- The type of resource of which the application will be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
AssociateResourceRequest.Builder resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
- Parameters:
resourceType- The type of resource of which the application will be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resource
AssociateResourceRequest.Builder resource(String resource)
The name or ID of the resource of which the application will be associated.
- Parameters:
resource- The name or ID of the resource of which the application will be associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionsWithStrings
AssociateResourceRequest.Builder optionsWithStrings(Collection<String> options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionsWithStrings
AssociateResourceRequest.Builder optionsWithStrings(String... options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
AssociateResourceRequest.Builder options(Collection<AssociationOption> options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
AssociateResourceRequest.Builder options(AssociationOption... options)
Determines whether an application tag is applied or skipped.
- Parameters:
options- Determines whether an application tag is applied or skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-