Interface UpdateThingTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateThingTypeRequest.Builder,UpdateThingTypeRequest>,IotRequest.Builder,SdkBuilder<UpdateThingTypeRequest.Builder,UpdateThingTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateThingTypeRequest
public static interface UpdateThingTypeRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateThingTypeRequest.Builder,UpdateThingTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateThingTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThingTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThingTypeRequest.BuilderthingTypeName(String thingTypeName)The name of a thing type.default UpdateThingTypeRequest.BuilderthingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)Sets the value of the ThingTypeProperties property for this object.UpdateThingTypeRequest.BuilderthingTypeProperties(ThingTypeProperties thingTypeProperties)Sets the value of the ThingTypeProperties property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
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
-
thingTypeName
UpdateThingTypeRequest.Builder thingTypeName(String thingTypeName)
The name of a thing type.
- Parameters:
thingTypeName- The name of a thing type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingTypeProperties
UpdateThingTypeRequest.Builder thingTypeProperties(ThingTypeProperties thingTypeProperties)
Sets the value of the ThingTypeProperties property for this object.- Parameters:
thingTypeProperties- The new value for the ThingTypeProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingTypeProperties
default UpdateThingTypeRequest.Builder thingTypeProperties(Consumer<ThingTypeProperties.Builder> thingTypeProperties)
Sets the value of the ThingTypeProperties property for this object. This is a convenience method that creates an instance of theThingTypeProperties.Builderavoiding the need to create one manually viaThingTypeProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothingTypeProperties(ThingTypeProperties).- Parameters:
thingTypeProperties- a consumer that will call methods onThingTypeProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
thingTypeProperties(ThingTypeProperties)
-
overrideConfiguration
UpdateThingTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateThingTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-