Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsItemIdentity.Builder
Packages that use OpsItemIdentity.Builder
-
Uses of OpsItemIdentity.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemIdentity.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.static OpsItemIdentity.BuilderOpsItemIdentity.builder()OpsItemIdentity.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemIdentity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpsItemIdentity.Builder>OpsItemIdentity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemIdentity.BuilderModifier and TypeMethodDescriptiondefault OpsItemEventSummary.BuilderOpsItemEventSummary.Builder.createdBy(Consumer<OpsItemIdentity.Builder> createdBy) Information about the user or resource that created the OpsItem event.OpsItemRelatedItemSummary.Builder.createdBy(Consumer<OpsItemIdentity.Builder> createdBy) Sets the value of the CreatedBy property for this object.OpsItemRelatedItemSummary.Builder.lastModifiedBy(Consumer<OpsItemIdentity.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.