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

Class UpdateSyncBlockerRequest

    • Constructor Detail

      • UpdateSyncBlockerRequest

        public UpdateSyncBlockerRequest()
    • Method Detail

      • setId

        public void setId(String id)

        The ID of the sync blocker to be updated.

        Parameters:
        id - The ID of the sync blocker to be updated.
      • getId

        public String getId()

        The ID of the sync blocker to be updated.

        Returns:
        The ID of the sync blocker to be updated.
      • withId

        public UpdateSyncBlockerRequest withId(String id)

        The ID of the sync blocker to be updated.

        Parameters:
        id - The ID of the sync blocker to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncType

        public void setSyncType(String syncType)

        The sync type of the sync blocker to be updated.

        Parameters:
        syncType - The sync type of the sync blocker to be updated.
        See Also:
        SyncConfigurationType
      • getSyncType

        public String getSyncType()

        The sync type of the sync blocker to be updated.

        Returns:
        The sync type of the sync blocker to be updated.
        See Also:
        SyncConfigurationType
      • withSyncType

        public UpdateSyncBlockerRequest withSyncType(String syncType)

        The sync type of the sync blocker to be updated.

        Parameters:
        syncType - The sync type of the sync blocker to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SyncConfigurationType
      • withSyncType

        public UpdateSyncBlockerRequest withSyncType(SyncConfigurationType syncType)

        The sync type of the sync blocker to be updated.

        Parameters:
        syncType - The sync type of the sync blocker to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SyncConfigurationType
      • setResourceName

        public void setResourceName(String resourceName)

        The name of the resource for the sync blocker to be updated.

        Parameters:
        resourceName - The name of the resource for the sync blocker to be updated.
      • getResourceName

        public String getResourceName()

        The name of the resource for the sync blocker to be updated.

        Returns:
        The name of the resource for the sync blocker to be updated.
      • withResourceName

        public UpdateSyncBlockerRequest withResourceName(String resourceName)

        The name of the resource for the sync blocker to be updated.

        Parameters:
        resourceName - The name of the resource for the sync blocker to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResolvedReason

        public void setResolvedReason(String resolvedReason)

        The reason for resolving the sync blocker.

        Parameters:
        resolvedReason - The reason for resolving the sync blocker.
      • getResolvedReason

        public String getResolvedReason()

        The reason for resolving the sync blocker.

        Returns:
        The reason for resolving the sync blocker.
      • withResolvedReason

        public UpdateSyncBlockerRequest withResolvedReason(String resolvedReason)

        The reason for resolving the sync blocker.

        Parameters:
        resolvedReason - The reason for resolving the sync blocker.
        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 によって変換されたページ (->オリジナル) /