Struct aws_sdk_iotthingsgraph::input::upload_entity_definitions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UploadEntityDefinitionsInput
Implementations
The DefinitionDocument that defines the updated entities.
The DefinitionDocument that defines the updated entities.
A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.
A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument.
If set to true, the upload will create a new namespace version.
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument.
If set to true, the upload will create a new namespace version.
Consumes the builder and constructs a UploadEntityDefinitionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more