Interface AssociateOpsItemRelatedItemRequest.Builder

    • Method Detail

      • opsItemId

        AssociateOpsItemRelatedItemRequest.Builder opsItemId​(String opsItemId)

        The ID of the OpsItem to which you want to associate a resource as a related item.

        Parameters:
        opsItemId - The ID of the OpsItem to which you want to associate a resource as a related item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationType

        AssociateOpsItemRelatedItemRequest.Builder associationType​(String associationType)

        The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.

        Parameters:
        associationType - The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        AssociateOpsItemRelatedItemRequest.Builder resourceType​(String resourceType)

        The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:

        AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.

        AWS::SSM::Document: a Systems Manager (SSM) document.

        Parameters:
        resourceType - The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:

        AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.

        AWS::SSM::Document: a Systems Manager (SSM) document.

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

        AssociateOpsItemRelatedItemRequest.Builder resourceUri​(String resourceUri)

        The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.

        Parameters:
        resourceUri - The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.