Interface MonitorRemoteResource.Builder

    • Method Detail

      • type

        MonitorRemoteResource.Builder type​(String type)

        The type of the remote resource. Valid values are AWS::EC2::VPC AWS::AvailabilityZone, AWS::EC2::Subnet, or AWS::AWSService.

        Parameters:
        type - The type of the remote resource. Valid values are AWS::EC2::VPC AWS::AvailabilityZone, AWS::EC2::Subnet, or AWS::AWSService.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MonitorRemoteResourceType, MonitorRemoteResourceType
      • identifier

        MonitorRemoteResource.Builder identifier​(String identifier)

        The identifier of the remote resource, such as an ARN.

        Parameters:
        identifier - The identifier of the remote resource, such as an ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.