Interface Eula.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Eula.Builder,Eula>,SdkBuilder<Eula.Builder,Eula>,SdkPojo
- Enclosing class:
- Eula
public static interface Eula.Builder extends SdkPojo, CopyableBuilder<Eula.Builder,Eula>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eula.Buildercontent(String content)The EULA content.Eula.BuildercreatedAt(Instant createdAt)The ISO timestamp in seconds for when the resource was created.Eula.BuildereulaId(String eulaId)The EULA ID.Eula.Buildername(String name)The name for the EULA.Eula.BuilderupdatedAt(Instant updatedAt)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 Detail
-
content
Eula.Builder content(String 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
Eula.Builder createdAt(Instant 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
Eula.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.
-
name
Eula.Builder name(String 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
Eula.Builder updatedAt(Instant 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.
-
-