Interface AssociateResourceResponse.Builder

    • Method Detail

      • applicationArn

        AssociateResourceResponse.Builder applicationArn​(String applicationArn)

        The Amazon resource name (ARN) of the application that was augmented with attributes.

        Parameters:
        applicationArn - The Amazon resource name (ARN) of the application that was augmented with attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        AssociateResourceResponse.Builder resourceArn​(String resourceArn)

        The Amazon resource name (ARN) that specifies the resource.

        Parameters:
        resourceArn - The Amazon resource name (ARN) that specifies the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionsWithStrings

        AssociateResourceResponse.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

        AssociateResourceResponse.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

        AssociateResourceResponse.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

        AssociateResourceResponse.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.