Interface AssociateOpsItemRelatedItemRequest.Builder

  • Method Details

    • 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

      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

      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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.