public static interface AssociateOpsItemRelatedItemRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>
Modifier and Type | Method and Description |
---|---|
AssociateOpsItemRelatedItemRequest.Builder |
associationType(String associationType)
The type of association that you want to create between an OpsItem and a resource.
|
AssociateOpsItemRelatedItemRequest.Builder |
opsItemId(String opsItemId)
The ID of the OpsItem to which you want to associate a resource as a related item.
|
AssociateOpsItemRelatedItemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateOpsItemRelatedItemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateOpsItemRelatedItemRequest.Builder |
resourceType(String resourceType)
The type of resource that you want to associate with an OpsItem.
|
AssociateOpsItemRelatedItemRequest.Builder |
resourceUri(String resourceUri)
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the
OpsItem.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateOpsItemRelatedItemRequest.Builder opsItemId(String opsItemId)
The ID of the OpsItem to which you want to associate a resource as a related item.
opsItemId
- The ID of the OpsItem to which you want to associate a resource as a related item.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.
associationType
- The type of association that you want to create between an OpsItem and a resource. OpsCenter supports
IsParentOf
and RelatesTo
association types.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.
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.
AssociateOpsItemRelatedItemRequest.Builder resourceUri(String resourceUri)
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
resourceUri
- The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the
OpsItem.AssociateOpsItemRelatedItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateOpsItemRelatedItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.