Interface GetTemporaryGlueTableCredentialsResponse.Builder

    • Method Detail

      • accessKeyId

        GetTemporaryGlueTableCredentialsResponse.Builder accessKeyId​(String accessKeyId)

        The access key ID for the temporary credentials.

        Parameters:
        accessKeyId - The access key ID for the temporary credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretAccessKey

        GetTemporaryGlueTableCredentialsResponse.Builder secretAccessKey​(String secretAccessKey)

        The secret key for the temporary credentials.

        Parameters:
        secretAccessKey - The secret key for the temporary credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionToken

        GetTemporaryGlueTableCredentialsResponse.Builder sessionToken​(String sessionToken)

        The session token for the temporary credentials.

        Parameters:
        sessionToken - The session token for the temporary credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiration

        GetTemporaryGlueTableCredentialsResponse.Builder expiration​(Instant expiration)

        The date and time when the temporary credentials expire.

        Parameters:
        expiration - The date and time when the temporary credentials expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vendedS3Path

        GetTemporaryGlueTableCredentialsResponse.Builder vendedS3Path​(Collection<String> vendedS3Path)

        The Amazon S3 path for the temporary credentials.

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

        GetTemporaryGlueTableCredentialsResponse.Builder vendedS3Path​(String... vendedS3Path)

        The Amazon S3 path for the temporary credentials.

        Parameters:
        vendedS3Path - The Amazon S3 path for the temporary credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.