JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotthingsgraph.model

Class UploadEntityDefinitionsRequest

    • Constructor Detail

      • UploadEntityDefinitionsRequest

        public UploadEntityDefinitionsRequest()
    • Method Detail

      • setDocument

        public void setDocument(DefinitionDocument document)

        The DefinitionDocument that defines the updated entities.

        Parameters:
        document - The DefinitionDocument that defines the updated entities.
      • getDocument

        public DefinitionDocument getDocument()

        The DefinitionDocument that defines the updated entities.

        Returns:
        The DefinitionDocument that defines the updated entities.
      • withDocument

        public UploadEntityDefinitionsRequest withDocument(DefinitionDocument document)

        The DefinitionDocument that defines the updated entities.

        Parameters:
        document - The DefinitionDocument that defines the updated entities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncWithPublicNamespace

        public void setSyncWithPublicNamespace(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.

        Parameters:
        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.
      • getSyncWithPublicNamespace

        public Boolean getSyncWithPublicNamespace()

        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.

        Returns:
        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.
      • withSyncWithPublicNamespace

        public UploadEntityDefinitionsRequest withSyncWithPublicNamespace(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSyncWithPublicNamespace

        public Boolean isSyncWithPublicNamespace()

        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.

        Returns:
        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.
      • setDeprecateExistingEntities

        public void setDeprecateExistingEntities(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.

        Parameters:
        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.
      • getDeprecateExistingEntities

        public Boolean getDeprecateExistingEntities()

        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.

        Returns:
        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.
      • withDeprecateExistingEntities

        public UploadEntityDefinitionsRequest withDeprecateExistingEntities(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDeprecateExistingEntities

        public Boolean isDeprecateExistingEntities()

        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.

        Returns:
        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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /