Interface MonitorLocalResource.Builder

    • Method Detail

      • type

        MonitorLocalResource.Builder type​(String type)

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

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

        MonitorLocalResource.Builder identifier​(String identifier)

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

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