Interface UpdateLinkResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateLinkResponse.Builder,UpdateLinkResponse>, OamResponse.Builder, SdkBuilder<UpdateLinkResponse.Builder,UpdateLinkResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateLinkResponse

public static interface UpdateLinkResponse.Builder extends OamResponse.Builder, SdkPojo, CopyableBuilder<UpdateLinkResponse.Builder,UpdateLinkResponse>
  • Method Details

    • arn

      The ARN of the link that you have updated.

      Parameters:
      arn - The ARN of the link that you have updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The random ID string that Amazon Web Services generated as part of the sink ARN.

      Parameters:
      id - The random ID string that Amazon Web Services generated as part of the sink ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • label

      The label assigned to this link, with the variables resolved to their actual values.

      Parameters:
      label - The label assigned to this link, with the variables resolved to their actual values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • labelTemplate

      UpdateLinkResponse.Builder labelTemplate(String labelTemplate)

      The exact label template that was specified when the link was created, with the template variables not resolved.

      Parameters:
      labelTemplate - The exact label template that was specified when the link was created, with the template variables not resolved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      UpdateLinkResponse.Builder resourceTypes(Collection<String> resourceTypes)

      The resource types now supported by this link.

      Parameters:
      resourceTypes - The resource types now supported by this link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      UpdateLinkResponse.Builder resourceTypes(String... resourceTypes)

      The resource types now supported by this link.

      Parameters:
      resourceTypes - The resource types now supported by this link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sinkArn

      The ARN of the sink that is used for this link.

      Parameters:
      sinkArn - The ARN of the sink that is used for this link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags assigned to the link.

      Parameters:
      tags - The tags assigned to the link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.