public static interface DissociateEntityFromThingRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<DissociateEntityFromThingRequest.Builder,DissociateEntityFromThingRequest>
| Modifier and Type | Method and Description |
|---|---|
DissociateEntityFromThingRequest.Builder |
entityType(EntityType entityType)
The entity type from which to disassociate the thing.
|
DissociateEntityFromThingRequest.Builder |
entityType(String entityType)
The entity type from which to disassociate the thing.
|
DissociateEntityFromThingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DissociateEntityFromThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DissociateEntityFromThingRequest.Builder |
thingName(String thingName)
The name of the thing to disassociate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDissociateEntityFromThingRequest.Builder thingName(String thingName)
The name of the thing to disassociate.
thingName - The name of the thing to disassociate.DissociateEntityFromThingRequest.Builder entityType(String entityType)
The entity type from which to disassociate the thing.
entityType - The entity type from which to disassociate the thing.EntityType,
EntityTypeDissociateEntityFromThingRequest.Builder entityType(EntityType entityType)
The entity type from which to disassociate the thing.
entityType - The entity type from which to disassociate the thing.EntityType,
EntityTypeDissociateEntityFromThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDissociateEntityFromThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.