Interface UpdateLinkRequest.Builder

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

public static interface UpdateLinkRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>
  • Method Details

    • identifier

      UpdateLinkRequest.Builder identifier(String identifier)

      The ARN of the link that you want to update.

      Parameters:
      identifier - The ARN of the link that you want to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypesWithStrings

      UpdateLinkRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)

      An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

      Parameters:
      resourceTypes - An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

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

      UpdateLinkRequest.Builder resourceTypesWithStrings(String... resourceTypes)

      An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

      Parameters:
      resourceTypes - An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

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

      UpdateLinkRequest.Builder resourceTypes(Collection<ResourceType> resourceTypes)

      An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

      Parameters:
      resourceTypes - An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

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

      UpdateLinkRequest.Builder resourceTypes(ResourceType... resourceTypes)

      An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

      Parameters:
      resourceTypes - An array of strings that define which types of data that the source account will send to the monitoring account.

      Your input here replaces the current set of data types that are shared.

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

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