Interface UpdateMonitorRequest.Builder

    • Method Detail

      • monitorName

        UpdateMonitorRequest.Builder monitorName​(String monitorName)

        The name of the monitor.

        Parameters:
        monitorName - The name of the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localResourcesToAdd

        UpdateMonitorRequest.Builder localResourcesToAdd​(Collection<MonitorLocalResource> localResourcesToAdd)

        The local resources to add, as an array of resources with identifiers and types.

        Parameters:
        localResourcesToAdd - The local resources to add, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localResourcesToAdd

        UpdateMonitorRequest.Builder localResourcesToAdd​(MonitorLocalResource... localResourcesToAdd)

        The local resources to add, as an array of resources with identifiers and types.

        Parameters:
        localResourcesToAdd - The local resources to add, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localResourcesToRemove

        UpdateMonitorRequest.Builder localResourcesToRemove​(Collection<MonitorLocalResource> localResourcesToRemove)

        The local resources to remove, as an array of resources with identifiers and types.

        Parameters:
        localResourcesToRemove - The local resources to remove, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localResourcesToRemove

        UpdateMonitorRequest.Builder localResourcesToRemove​(MonitorLocalResource... localResourcesToRemove)

        The local resources to remove, as an array of resources with identifiers and types.

        Parameters:
        localResourcesToRemove - The local resources to remove, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteResourcesToAdd

        UpdateMonitorRequest.Builder remoteResourcesToAdd​(Collection<MonitorRemoteResource> remoteResourcesToAdd)

        The remove resources to add, as an array of resources with identifiers and types.

        Parameters:
        remoteResourcesToAdd - The remove resources to add, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteResourcesToAdd

        UpdateMonitorRequest.Builder remoteResourcesToAdd​(MonitorRemoteResource... remoteResourcesToAdd)

        The remove resources to add, as an array of resources with identifiers and types.

        Parameters:
        remoteResourcesToAdd - The remove resources to add, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteResourcesToRemove

        UpdateMonitorRequest.Builder remoteResourcesToRemove​(Collection<MonitorRemoteResource> remoteResourcesToRemove)

        The remove resources to remove, as an array of resources with identifiers and types.

        Parameters:
        remoteResourcesToRemove - The remove resources to remove, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteResourcesToRemove

        UpdateMonitorRequest.Builder remoteResourcesToRemove​(MonitorRemoteResource... remoteResourcesToRemove)

        The remove resources to remove, as an array of resources with identifiers and types.

        Parameters:
        remoteResourcesToRemove - The remove resources to remove, as an array of resources with identifiers and types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        UpdateMonitorRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. Don't reuse the same client token for other API requests.

        Parameters:
        clientToken - A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request. Don't reuse the same client token for other API requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.