Class DeleteDataSourceRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • domainIdentifier

        public final String domainIdentifier()

        The ID of the Amazon DataZone domain in which the data source is deleted.

        Returns:
        The ID of the Amazon DataZone domain in which the data source is deleted.
      • identifier

        public final String identifier()

        The identifier of the data source that is deleted.

        Returns:
        The identifier of the data source that is deleted.
      • retainPermissionsOnRevokeFailure

        public final Boolean retainPermissionsOnRevokeFailure()

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Returns:
        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
      • toString

        public final 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