Interface SlotTypeMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>,SdkBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>,SdkPojo
- Enclosing class:
- SlotTypeMetadata
public static interface SlotTypeMetadata.Builder extends SdkPojo, CopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotTypeMetadata.BuildercreatedDate(Instant createdDate)The date that the slot type was created.SlotTypeMetadata.Builderdescription(String description)A description of the slot type.SlotTypeMetadata.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date that the slot type was updated.SlotTypeMetadata.Buildername(String name)The name of the slot type.SlotTypeMetadata.Builderversion(String version)The version of the slot type.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
SlotTypeMetadata.Builder name(String name)
The name of the slot type.
- Parameters:
name- The name of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SlotTypeMetadata.Builder description(String description)
A description of the slot type.
- Parameters:
description- A description of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
SlotTypeMetadata.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
- Parameters:
lastUpdatedDate- The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
SlotTypeMetadata.Builder createdDate(Instant createdDate)
The date that the slot type was created.
- Parameters:
createdDate- The date that the slot type was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
SlotTypeMetadata.Builder version(String version)
The version of the slot type.
- Parameters:
version- The version of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-