public static interface Eula.Builder extends SdkPojo, CopyableBuilder<Eula.Builder,Eula>
| Modifier and Type | Method and Description |
|---|---|
Eula.Builder |
content(String content)
The EULA content.
|
Eula.Builder |
createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
Eula.Builder |
eulaId(String eulaId)
The EULA ID.
|
Eula.Builder |
name(String name)
The name for the EULA.
|
Eula.Builder |
updatedAt(Instant updatedAt)
The Unix epoch timestamp in seconds for when the resource was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEula.Builder content(String content)
The EULA content.
content - The EULA content.Eula.Builder createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
createdAt - The Unix epoch timestamp in seconds for when the resource was created.Eula.Builder eulaId(String eulaId)
The EULA ID.
eulaId - The EULA ID.Eula.Builder name(String name)
The name for the EULA.
name - The name for the EULA.Eula.Builder updatedAt(Instant updatedAt)
The Unix epoch timestamp in seconds for when the resource was updated.
updatedAt - The Unix epoch timestamp in seconds for when the resource was updated.Copyright © 2021. All rights reserved.