Class UpdateResourceRequest

    • Method Detail

      • roleArn

        public final String roleArn()

        The new role to use for the given resource registered in Lake Formation.

        Returns:
        The new role to use for the given resource registered in Lake Formation.
      • resourceArn

        public final String resourceArn()

        The resource ARN.

        Returns:
        The resource ARN.
      • withFederation

        public final Boolean withFederation()

        Whether or not the resource is a federated resource.

        Returns:
        Whether or not the resource is a federated resource.
      • hybridAccessEnabled

        public final Boolean hybridAccessEnabled()

        Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.

        Returns:
        Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.
      • 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