Interface GetTemporaryGlueTableCredentialsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,GetTemporaryGlueTableCredentialsRequest>, LakeFormationRequest.Builder, SdkBuilder<GetTemporaryGlueTableCredentialsRequest.Builder,GetTemporaryGlueTableCredentialsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetTemporaryGlueTableCredentialsRequest

  • Method Details

    • tableArn

      The ARN identifying a table in the Data Catalog for the temporary credentials request.

      Parameters:
      tableArn - The ARN identifying a table in the Data Catalog for the temporary credentials request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissionsWithStrings

      Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

      Parameters:
      permissions - Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissionsWithStrings

      GetTemporaryGlueTableCredentialsRequest.Builder permissionsWithStrings(String... permissions)

      Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

      Parameters:
      permissions - Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

      Parameters:
      permissions - Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).

      Parameters:
      permissions - Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • durationSeconds

      GetTemporaryGlueTableCredentialsRequest.Builder durationSeconds(Integer durationSeconds)

      The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.

      Parameters:
      durationSeconds - The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • auditContext

      A structure representing context to access a resource (column names, query ID, etc).

      Parameters:
      auditContext - A structure representing context to access a resource (column names, query ID, etc).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • auditContext

      A structure representing context to access a resource (column names, query ID, etc).

      This is a convenience method that creates an instance of the AuditContext.Builder avoiding the need to create one manually via AuditContext.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to auditContext(AuditContext).

      Parameters:
      auditContext - a consumer that will call methods on AuditContext.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supportedPermissionTypesWithStrings

      GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)

      A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

      Parameters:
      supportedPermissionTypes - A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPermissionTypesWithStrings

      GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypesWithStrings(String... supportedPermissionTypes)

      A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

      Parameters:
      supportedPermissionTypes - A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPermissionTypes

      GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)

      A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

      Parameters:
      supportedPermissionTypes - A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedPermissionTypes

      GetTemporaryGlueTableCredentialsRequest.Builder supportedPermissionTypes(PermissionType... supportedPermissionTypes)

      A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.

      Parameters:
      supportedPermissionTypes - A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Path

      The Amazon S3 path for the table.

      Parameters:
      s3Path - The Amazon S3 path for the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • querySessionContext

      GetTemporaryGlueTableCredentialsRequest.Builder querySessionContext(QuerySessionContext querySessionContext)

      A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

      Parameters:
      querySessionContext - A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • querySessionContext

      default GetTemporaryGlueTableCredentialsRequest.Builder querySessionContext(Consumer<QuerySessionContext.Builder> querySessionContext)

      A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

      This is a convenience method that creates an instance of the QuerySessionContext.Builder avoiding the need to create one manually via QuerySessionContext.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to querySessionContext(QuerySessionContext).

      Parameters:
      querySessionContext - a consumer that will call methods on QuerySessionContext.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.