Interface GetJobUnlockCodeResponse.Builder

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

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

    • unlockCode

      GetJobUnlockCodeResponse.Builder unlockCode(String unlockCode)

      The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 360 days after the job has been created.

      Parameters:
      unlockCode - The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 360 days after the job has been created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.