Uses of Interface
software.amazon.awssdk.services.nimble.model.Eula.Builder
-
Packages that use Eula.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of Eula.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return Eula.Builder Modifier and Type Method Description static Eula.BuilderEula. builder()Eula.BuilderEula.Builder. content(String content)The EULA content.Eula.BuilderEula.Builder. createdAt(Instant createdAt)The ISO timestamp in seconds for when the resource was created.Eula.BuilderEula.Builder. eulaId(String eulaId)The EULA ID.Eula.BuilderEula.Builder. name(String name)The name for the EULA.Eula.BuilderEula. toBuilder()Eula.BuilderEula.Builder. updatedAt(Instant updatedAt)The ISO timestamp in seconds for when the resource was updated.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type Eula.Builder Modifier and Type Method Description static Class<? extends Eula.Builder>Eula. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type Eula.Builder Modifier and Type Method Description default GetEulaResponse.BuilderGetEulaResponse.Builder. eula(Consumer<Eula.Builder> eula)The EULA.
-