JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.iottwinmaker.model

Class CreateSyncJobRequest

    • Constructor Detail

      • CreateSyncJobRequest

        public CreateSyncJobRequest()
    • Method Detail

      • setWorkspaceId

        public void setWorkspaceId(String workspaceId)

        The workspace ID.

        Parameters:
        workspaceId - The workspace ID.
      • getWorkspaceId

        public String getWorkspaceId()

        The workspace ID.

        Returns:
        The workspace ID.
      • withWorkspaceId

        public CreateSyncJobRequest withWorkspaceId(String workspaceId)

        The workspace ID.

        Parameters:
        workspaceId - The workspace ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncSource

        public void setSyncSource(String syncSource)

        The sync source.

        Currently the only supported syncSoource is SITEWISE .

        Parameters:
        syncSource - The sync source.

        Currently the only supported syncSoource is SITEWISE .

      • getSyncSource

        public String getSyncSource()

        The sync source.

        Currently the only supported syncSoource is SITEWISE .

        Returns:
        The sync source.

        Currently the only supported syncSoource is SITEWISE .

      • withSyncSource

        public CreateSyncJobRequest withSyncSource(String syncSource)

        The sync source.

        Currently the only supported syncSoource is SITEWISE .

        Parameters:
        syncSource - The sync source.

        Currently the only supported syncSoource is SITEWISE .

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncRole

        public void setSyncRole(String syncRole)

        The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.

        Parameters:
        syncRole - The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.
      • getSyncRole

        public String getSyncRole()

        The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.

        Returns:
        The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.
      • withSyncRole

        public CreateSyncJobRequest withSyncRole(String syncRole)

        The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.

        Parameters:
        syncRole - The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The SyncJob tags.

        Returns:
        The SyncJob tags.
      • setTags

        public void setTags(Map<String,String> tags)

        The SyncJob tags.

        Parameters:
        tags - The SyncJob tags.
      • withTags

        public CreateSyncJobRequest withTags(Map<String,String> tags)

        The SyncJob tags.

        Parameters:
        tags - The SyncJob tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateSyncJobRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /