Interface GetLinkRequest.Builder

  • Method Details

    • identifier

      GetLinkRequest.Builder identifier(String identifier)

      The ARN of the link to retrieve information for.

      Parameters:
      identifier - The ARN of the link to retrieve information for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeTags

      GetLinkRequest.Builder includeTags(Boolean includeTags)

      Specifies whether to include the tags associated with the link in the response. When IncludeTags is set to true and the caller has the required permission, oam:ListTagsForResource, the API will return the tags for the specified resource. If the caller doesn't have the required permission, oam:ListTagsForResource, the API will raise an exception.

      The default value is false.

      Parameters:
      includeTags - Specifies whether to include the tags associated with the link in the response. When IncludeTags is set to true and the caller has the required permission, oam:ListTagsForResource, the API will return the tags for the specified resource. If the caller doesn't have the required permission, oam:ListTagsForResource, the API will raise an exception.

      The default value is false.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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