Interface SignalMapSummary.Builder

    • Method Detail

      • arn

        SignalMapSummary.Builder arn​(String arn)
        A signal map's ARN (Amazon Resource Name)
        Parameters:
        arn - A signal map's ARN (Amazon Resource Name)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        SignalMapSummary.Builder createdAt​(Instant createdAt)
        Sets the value of the CreatedAt property for this object.
        Parameters:
        createdAt - The new value for the CreatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SignalMapSummary.Builder description​(String description)
        A resource's optional description.
        Parameters:
        description - A resource's optional description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        SignalMapSummary.Builder id​(String id)
        A signal map's id.
        Parameters:
        id - A signal map's id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        SignalMapSummary.Builder modifiedAt​(Instant modifiedAt)
        Sets the value of the ModifiedAt property for this object.
        Parameters:
        modifiedAt - The new value for the ModifiedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        SignalMapSummary.Builder name​(String name)
        A resource's name. Names must be unique within the scope of a resource type in a specific region.
        Parameters:
        name - A resource's name. Names must be unique within the scope of a resource type in a specific region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        SignalMapSummary.Builder status​(String status)
        Sets the value of the Status property for this object.
        Parameters:
        status - The new value for the Status property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SignalMapStatus, SignalMapStatus
      • tags

        SignalMapSummary.Builder tags​(Map<String,​String> tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.