Uses of Interface
software.amazon.awssdk.services.backup.model.LegalHold.Builder
-
Packages that use LegalHold.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of LegalHold.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return LegalHold.Builder Modifier and Type Method Description static LegalHold.BuilderLegalHold. builder()LegalHold.BuilderLegalHold.Builder. cancellationDate(Instant cancellationDate)The time when the legal hold was cancelled.LegalHold.BuilderLegalHold.Builder. creationDate(Instant creationDate)The time when the legal hold was created.LegalHold.BuilderLegalHold.Builder. description(String description)The description of a legal hold.LegalHold.BuilderLegalHold.Builder. legalHoldArn(String legalHoldArn)The Amazon Resource Name (ARN) of the legal hold; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.LegalHold.BuilderLegalHold.Builder. legalHoldId(String legalHoldId)The ID of the legal hold.LegalHold.BuilderLegalHold.Builder. status(String status)The status of the legal hold.LegalHold.BuilderLegalHold.Builder. status(LegalHoldStatus status)The status of the legal hold.LegalHold.BuilderLegalHold.Builder. title(String title)The title of a legal hold.LegalHold.BuilderLegalHold. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type LegalHold.Builder Modifier and Type Method Description static Class<? extends LegalHold.Builder>LegalHold. serializableBuilderClass()
-