Interface Eula.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Eula.Builder,
,Eula> SdkBuilder<Eula.Builder,
,Eula> SdkPojo
- Enclosing class:
Eula
-
Method Summary
Modifier and TypeMethodDescriptionThe EULA content.The ISO timestamp in seconds for when the resource was created.The EULA ID.The name for the EULA.The ISO timestamp in seconds for when the resource was updated.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
-
content
The EULA content.
- Parameters:
content
- The EULA content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The ISO timestamp in seconds for when the resource was created.
- Parameters:
createdAt
- The ISO timestamp in seconds for when the resource was created.- 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.
-
name
The name for the EULA.
- Parameters:
name
- The name for the EULA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The ISO timestamp in seconds for when the resource was updated.
- Parameters:
updatedAt
- The ISO timestamp in seconds for when the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-