Interface EulaAcceptance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EulaAcceptance.Builder,
,EulaAcceptance> SdkBuilder<EulaAcceptance.Builder,
,EulaAcceptance> SdkPojo
- Enclosing class:
EulaAcceptance
public static interface EulaAcceptance.Builder
extends SdkPojo, CopyableBuilder<EulaAcceptance.Builder,EulaAcceptance>
-
Method Summary
Modifier and TypeMethodDescriptionacceptedAt
(Instant acceptedAt) The ISO timestamp in seconds for when the EULA was accepted.acceptedBy
(String acceptedBy) The ID of the person who accepted the EULA.accepteeId
(String accepteeId) The ID of the acceptee.eulaAcceptanceId
(String eulaAcceptanceId) The EULA acceptance ID.The EULA ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
acceptedAt
The ISO timestamp in seconds for when the EULA was accepted.
- Parameters:
acceptedAt
- The ISO timestamp in seconds for when the EULA was accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptedBy
The ID of the person who accepted the EULA.
- Parameters:
acceptedBy
- The ID of the person who accepted the EULA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accepteeId
The ID of the acceptee.
- Parameters:
accepteeId
- The ID of the acceptee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eulaAcceptanceId
The EULA acceptance ID.
- Parameters:
eulaAcceptanceId
- The EULA acceptance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eulaId
The EULA ID.
- Parameters:
eulaId
- The EULA ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-