Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsItemRelatedItemSummary.Builder
Packages that use OpsItemRelatedItemSummary.Builder
-
Uses of OpsItemRelatedItemSummary.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemRelatedItemSummary.BuilderModifier and TypeMethodDescriptionOpsItemRelatedItemSummary.Builder.associationId(String associationId) The association ID.OpsItemRelatedItemSummary.Builder.associationType(String associationType) The association type.OpsItemRelatedItemSummary.builder()OpsItemRelatedItemSummary.Builder.createdBy(Consumer<OpsItemIdentity.Builder> createdBy) Sets the value of the CreatedBy property for this object.OpsItemRelatedItemSummary.Builder.createdBy(OpsItemIdentity createdBy) Sets the value of the CreatedBy property for this object.OpsItemRelatedItemSummary.Builder.createdTime(Instant createdTime) The time the related-item association was created.OpsItemRelatedItemSummary.Builder.lastModifiedBy(Consumer<OpsItemIdentity.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.OpsItemRelatedItemSummary.Builder.lastModifiedBy(OpsItemIdentity lastModifiedBy) Sets the value of the LastModifiedBy property for this object.OpsItemRelatedItemSummary.Builder.lastModifiedTime(Instant lastModifiedTime) The time the related-item association was last updated.The OpsItem ID.OpsItemRelatedItemSummary.Builder.resourceType(String resourceType) The resource type.OpsItemRelatedItemSummary.Builder.resourceUri(String resourceUri) The Amazon Resource Name (ARN) of the related-item resource.OpsItemRelatedItemSummary.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemRelatedItemSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpsItemRelatedItemSummary.Builder>OpsItemRelatedItemSummary.serializableBuilderClass()