Interface DissociateEntityFromThingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DissociateEntityFromThingRequest.Builder,DissociateEntityFromThingRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<DissociateEntityFromThingRequest.Builder,DissociateEntityFromThingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DissociateEntityFromThingRequest
public static interface DissociateEntityFromThingRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<DissociateEntityFromThingRequest.Builder,DissociateEntityFromThingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DissociateEntityFromThingRequest.BuilderentityType(String entityType)The entity type from which to disassociate the thing.DissociateEntityFromThingRequest.BuilderentityType(EntityType entityType)The entity type from which to disassociate the thing.DissociateEntityFromThingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DissociateEntityFromThingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DissociateEntityFromThingRequest.BuilderthingName(String thingName)The name of the thing to disassociate.-
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.iotthingsgraph.model.IoTThingsGraphRequest.Builder
build
-
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
-
thingName
DissociateEntityFromThingRequest.Builder thingName(String thingName)
The name of the thing to disassociate.
- Parameters:
thingName- The name of the thing to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
DissociateEntityFromThingRequest.Builder entityType(String entityType)
The entity type from which to disassociate the thing.
- Parameters:
entityType- The entity type from which to disassociate the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityType,EntityType
-
entityType
DissociateEntityFromThingRequest.Builder entityType(EntityType entityType)
The entity type from which to disassociate the thing.
- Parameters:
entityType- The entity type from which to disassociate the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EntityType,EntityType
-
overrideConfiguration
DissociateEntityFromThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DissociateEntityFromThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-