Interface AssociationSummary.Builder

    • Method Detail

      • sourceArn

        AssociationSummary.Builder sourceArn​(String sourceArn)

        The ARN of the source.

        Parameters:
        sourceArn - The ARN of the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationArn

        AssociationSummary.Builder destinationArn​(String destinationArn)

        The Amazon Resource Name (ARN) of the destination.

        Parameters:
        destinationArn - The Amazon Resource Name (ARN) of the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceType

        AssociationSummary.Builder sourceType​(String sourceType)

        The source type.

        Parameters:
        sourceType - The source type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationType

        AssociationSummary.Builder destinationType​(String destinationType)

        The destination type.

        Parameters:
        destinationType - The destination type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceName

        AssociationSummary.Builder sourceName​(String sourceName)

        The name of the source.

        Parameters:
        sourceName - The name of the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationName

        AssociationSummary.Builder destinationName​(String destinationName)

        The name of the destination.

        Parameters:
        destinationName - The name of the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        AssociationSummary.Builder creationTime​(Instant creationTime)

        When the association was created.

        Parameters:
        creationTime - When the association was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        AssociationSummary.Builder createdBy​(UserContext createdBy)
        Sets the value of the CreatedBy property for this object.
        Parameters:
        createdBy - The new value for the CreatedBy property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.