public static interface EulaAcceptance.Builder extends SdkPojo, CopyableBuilder<EulaAcceptance.Builder,EulaAcceptance>
| Modifier and Type | Method and Description |
|---|---|
EulaAcceptance.Builder |
acceptedAt(Instant acceptedAt)
The Unix epoch timestamp in seconds for when the EULA was accepted.
|
EulaAcceptance.Builder |
acceptedBy(String acceptedBy)
The ID of the person who accepted the EULA.
|
EulaAcceptance.Builder |
accepteeId(String accepteeId)
The ID of the acceptee.
|
EulaAcceptance.Builder |
eulaAcceptanceId(String eulaAcceptanceId)
The EULA acceptance ID.
|
EulaAcceptance.Builder |
eulaId(String eulaId)
The EULA ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEulaAcceptance.Builder acceptedAt(Instant acceptedAt)
The Unix epoch timestamp in seconds for when the EULA was accepted.
acceptedAt - The Unix epoch timestamp in seconds for when the EULA was accepted.EulaAcceptance.Builder acceptedBy(String acceptedBy)
The ID of the person who accepted the EULA.
acceptedBy - The ID of the person who accepted the EULA.EulaAcceptance.Builder accepteeId(String accepteeId)
The ID of the acceptee.
accepteeId - The ID of the acceptee.EulaAcceptance.Builder eulaAcceptanceId(String eulaAcceptanceId)
The EULA acceptance ID.
eulaAcceptanceId - The EULA acceptance ID.EulaAcceptance.Builder eulaId(String eulaId)
The EULA ID.
eulaId - The EULA ID.Copyright © 2022. All rights reserved.