Interface ProfileData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileData.Builder,ProfileData>,SdkBuilder<ProfileData.Builder,ProfileData>,SdkPojo
- Enclosing class:
- ProfileData
public static interface ProfileData.Builder extends SdkPojo, CopyableBuilder<ProfileData.Builder,ProfileData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileData.Builderaddress(String address)The address of a room profile.ProfileData.BuilderdistanceUnit(String distanceUnit)The distance unit of a room profile.ProfileData.BuilderdistanceUnit(DistanceUnit distanceUnit)The distance unit of a room profile.ProfileData.BuilderisDefault(Boolean isDefault)Retrieves if the profile data is default or not.ProfileData.Builderlocale(String locale)The locale of a room profile.ProfileData.BuilderprofileArn(String profileArn)The ARN of a room profile.ProfileData.BuilderprofileName(String profileName)The name of a room profile.ProfileData.BuildertemperatureUnit(String temperatureUnit)The temperature unit of a room profile.ProfileData.BuildertemperatureUnit(TemperatureUnit temperatureUnit)The temperature unit of a room profile.ProfileData.Buildertimezone(String timezone)The time zone of a room profile.ProfileData.BuilderwakeWord(String wakeWord)The wake word of a room profile.ProfileData.BuilderwakeWord(WakeWord wakeWord)The wake word of a room profile.-
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
-
profileArn
ProfileData.Builder profileArn(String profileArn)
The ARN of a room profile.
- Parameters:
profileArn- The ARN of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileName
ProfileData.Builder profileName(String profileName)
The name of a room profile.
- Parameters:
profileName- The name of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefault
ProfileData.Builder isDefault(Boolean isDefault)
Retrieves if the profile data is default or not.
- Parameters:
isDefault- Retrieves if the profile data is default or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
address
ProfileData.Builder address(String address)
The address of a room profile.
- Parameters:
address- The address of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
ProfileData.Builder timezone(String timezone)
The time zone of a room profile.
- Parameters:
timezone- The time zone of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distanceUnit
ProfileData.Builder distanceUnit(String distanceUnit)
The distance unit of a room profile.
- Parameters:
distanceUnit- The distance unit of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DistanceUnit,DistanceUnit
-
distanceUnit
ProfileData.Builder distanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
- Parameters:
distanceUnit- The distance unit of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DistanceUnit,DistanceUnit
-
temperatureUnit
ProfileData.Builder temperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
- Parameters:
temperatureUnit- The temperature unit of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemperatureUnit,TemperatureUnit
-
temperatureUnit
ProfileData.Builder temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
- Parameters:
temperatureUnit- The temperature unit of a room profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemperatureUnit,TemperatureUnit
-
wakeWord
ProfileData.Builder wakeWord(String wakeWord)
The wake word of a room profile.
-
wakeWord
ProfileData.Builder wakeWord(WakeWord wakeWord)
The wake word of a room profile.
-
locale
ProfileData.Builder locale(String locale)
The locale of a room profile. (This is currently available only to a limited preview audience.)
- Parameters:
locale- The locale of a room profile. (This is currently available only to a limited preview audience.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-