Interface UpdateEventBridgeRuleTemplateGroupResponse.Builder

    • Method Detail

      • arn

        UpdateEventBridgeRuleTemplateGroupResponse.Builder arn​(String arn)
        An eventbridge rule template group's ARN (Amazon Resource Name)
        Parameters:
        arn - An eventbridge rule template group's ARN (Amazon Resource Name)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

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

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

        UpdateEventBridgeRuleTemplateGroupResponse.Builder id​(String id)
        An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
        Parameters:
        id - An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

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

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