Interface UpdateMonitorRequest.Builder

  • Method Details

    • monitorId

      UpdateMonitorRequest.Builder monitorId(String monitorId)

      The unique identifier of the monitor to update.

      Parameters:
      monitorId - The unique identifier of the monitor to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subdomain

      UpdateMonitorRequest.Builder subdomain(String subdomain)

      The new value of the subdomain to use when forming the monitor URL.

      Parameters:
      subdomain - The new value of the subdomain to use when forming the monitor URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      UpdateMonitorRequest.Builder displayName(String displayName)

      The new value to use for the monitor's display name.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

      Parameters:
      displayName - The new value to use for the monitor's display name.

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

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

      The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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