Interface GetEnvironmentCredentialsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetEnvironmentCredentialsResponse.Builder,GetEnvironmentCredentialsResponse>, DataZoneResponse.Builder, SdkBuilder<GetEnvironmentCredentialsResponse.Builder,GetEnvironmentCredentialsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetEnvironmentCredentialsResponse

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

    • 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

      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

      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.