Interface GetEnvironmentCredentialsResponse.Builder

    • Method Detail

      • accessKeyId

        GetEnvironmentCredentialsResponse.Builder accessKeyId​(String accessKeyId)

        The access key ID of the environment.

        Parameters:
        accessKeyId - The access key ID of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiration

        GetEnvironmentCredentialsResponse.Builder expiration​(Instant expiration)

        The expiration timestamp of the environment credentials.

        Parameters:
        expiration - The expiration timestamp of the environment credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secretAccessKey

        GetEnvironmentCredentialsResponse.Builder secretAccessKey​(String secretAccessKey)

        The secret access key of the environment credentials.

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

        GetEnvironmentCredentialsResponse.Builder sessionToken​(String sessionToken)

        The session token of the environment credentials.

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