Interface AssociateResourceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>, SdkBuilder<AssociateResourceRequest.Builder,AssociateResourceRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogAppRegistryRequest.Builder
Enclosing class:
AssociateResourceRequest

  • Method Details

    • 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

      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:
    • 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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.