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