Interface UpdateLinkRequest.Builder

    • Method Detail

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