Interface AssociateOpsItemRelatedItemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>,SdkBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- AssociateOpsItemRelatedItemRequest
@Mutable @NotThreadSafe public static interface AssociateOpsItemRelatedItemRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateOpsItemRelatedItemRequest.BuilderassociationType(String associationType)The type of association that you want to create between an OpsItem and a resource.AssociateOpsItemRelatedItemRequest.BuilderopsItemId(String opsItemId)The ID of the OpsItem to which you want to associate a resource as a related item.AssociateOpsItemRelatedItemRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateOpsItemRelatedItemRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateOpsItemRelatedItemRequest.BuilderresourceType(String resourceType)The type of resource that you want to associate with an OpsItem.AssociateOpsItemRelatedItemRequest.BuilderresourceUri(String resourceUri)The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
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
IsParentOfandRelatesToassociation types.- Parameters:
associationType- The type of association that you want to create between an OpsItem and a resource. OpsCenter supportsIsParentOfandRelatesToassociation 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.
-
overrideConfiguration
AssociateOpsItemRelatedItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateOpsItemRelatedItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-