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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EulaAcceptance.BuilderacceptedAt(Instant acceptedAt)The ISO timestamp in seconds for when the EULA was accepted.EulaAcceptance.BuilderacceptedBy(String acceptedBy)The ID of the person who accepted the EULA.EulaAcceptance.BuilderaccepteeId(String accepteeId)The ID of the acceptee.EulaAcceptance.BuildereulaAcceptanceId(String eulaAcceptanceId)The EULA acceptance ID.EulaAcceptance.BuildereulaId(String eulaId)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 Detail
-
acceptedAt
EulaAcceptance.Builder acceptedAt(Instant 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
EulaAcceptance.Builder acceptedBy(String 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
EulaAcceptance.Builder accepteeId(String 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
EulaAcceptance.Builder eulaAcceptanceId(String 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
EulaAcceptance.Builder eulaId(String eulaId)
The EULA ID.
- Parameters:
eulaId- The EULA ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-