Class IntegrationResourceProperty

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The connection ARN of the source, or the database ARN of the target.

        Returns:
        The connection ARN of the source, or the database ARN of the target.
      • resourcePropertyArn

        public final String resourcePropertyArn()

        The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*

        Returns:
        The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*
      • sourceProcessingProperties

        public final SourceProcessingProperties sourceProcessingProperties()

        The resource properties associated with the integration source.

        Returns:
        The resource properties associated with the integration source.
      • targetProcessingProperties

        public final TargetProcessingProperties targetProcessingProperties()

        The resource properties associated with the integration target.

        Returns:
        The resource properties associated with the integration target.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)