Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.AccountEnrollmentStatus.Builder
-
Packages that use AccountEnrollmentStatus.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of AccountEnrollmentStatus.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return AccountEnrollmentStatus.Builder Modifier and Type Method Description AccountEnrollmentStatus.BuilderAccountEnrollmentStatus.Builder. accountId(String accountId)The Amazon Web Services account ID.static AccountEnrollmentStatus.BuilderAccountEnrollmentStatus. builder()AccountEnrollmentStatus.BuilderAccountEnrollmentStatus.Builder. lastUpdatedTimestamp(Instant lastUpdatedTimestamp)The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.AccountEnrollmentStatus.BuilderAccountEnrollmentStatus.Builder. status(String status)The account enrollment status.AccountEnrollmentStatus.BuilderAccountEnrollmentStatus.Builder. status(Status status)The account enrollment status.AccountEnrollmentStatus.BuilderAccountEnrollmentStatus.Builder. statusReason(String statusReason)The reason for the account enrollment status.AccountEnrollmentStatus.BuilderAccountEnrollmentStatus. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type AccountEnrollmentStatus.Builder Modifier and Type Method Description static Class<? extends AccountEnrollmentStatus.Builder>AccountEnrollmentStatus. serializableBuilderClass()
-