public static interface UploadEntityDefinitionsRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<UploadEntityDefinitionsRequest.Builder,UploadEntityDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UploadEntityDefinitionsRequest.Builder |
deprecateExistingEntities(Boolean deprecateExistingEntities)
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument. |
default UploadEntityDefinitionsRequest.Builder |
document(Consumer<DefinitionDocument.Builder> document)
The
DefinitionDocument that defines the updated entities. |
UploadEntityDefinitionsRequest.Builder |
document(DefinitionDocument document)
The
DefinitionDocument that defines the updated entities. |
UploadEntityDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UploadEntityDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UploadEntityDefinitionsRequest.Builder |
syncWithPublicNamespace(Boolean syncWithPublicNamespace)
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUploadEntityDefinitionsRequest.Builder document(DefinitionDocument document)
The DefinitionDocument that defines the updated entities.
document - The DefinitionDocument that defines the updated entities.default UploadEntityDefinitionsRequest.Builder document(Consumer<DefinitionDocument.Builder> document)
The DefinitionDocument that defines the updated entities.
DefinitionDocument.Builder avoiding the need to
create one manually via DefinitionDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to document(DefinitionDocument).document - a consumer that will call methods on DefinitionDocument.Builderdocument(DefinitionDocument)UploadEntityDefinitionsRequest.Builder syncWithPublicNamespace(Boolean syncWithPublicNamespace)
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.
syncWithPublicNamespace - 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.UploadEntityDefinitionsRequest.Builder deprecateExistingEntities(Boolean deprecateExistingEntities)
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.
deprecateExistingEntities - 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.UploadEntityDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUploadEntityDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.