Interface ResourceInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceInfo.Builder,ResourceInfo>, SdkBuilder<ResourceInfo.Builder,ResourceInfo>, SdkPojo
Enclosing class:
ResourceInfo

public static interface ResourceInfo.Builder extends SdkPojo, CopyableBuilder<ResourceInfo.Builder,ResourceInfo>
  • Method Details

    • resourceArn

      ResourceInfo.Builder resourceArn(String resourceArn)

      The Amazon Resource Name (ARN) of the resource.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      ResourceInfo.Builder roleArn(String roleArn)

      The IAM role that registered a resource.

      Parameters:
      roleArn - The IAM role that registered a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModified

      ResourceInfo.Builder lastModified(Instant lastModified)

      The date and time the resource was last modified.

      Parameters:
      lastModified - The date and time the resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withFederation

      ResourceInfo.Builder withFederation(Boolean withFederation)

      Whether or not the resource is a federated resource.

      Parameters:
      withFederation - Whether or not the resource is a federated resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hybridAccessEnabled

      ResourceInfo.Builder hybridAccessEnabled(Boolean hybridAccessEnabled)

      Indicates 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.

      Parameters:
      hybridAccessEnabled - Indicates 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:
      Returns a reference to this object so that method calls can be chained together.