Interface RestoreObjectResponse.Builder

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

public static interface RestoreObjectResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<RestoreObjectResponse.Builder,RestoreObjectResponse>
  • Method Details

    • requestCharged

      RestoreObjectResponse.Builder requestCharged(String requestCharged)
      Sets the value of the RequestCharged property for this object.
      Parameters:
      requestCharged - The new value for the RequestCharged property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • requestCharged

      RestoreObjectResponse.Builder requestCharged(RequestCharged requestCharged)
      Sets the value of the RequestCharged property for this object.
      Parameters:
      requestCharged - The new value for the RequestCharged property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • restoreOutputPath

      RestoreObjectResponse.Builder restoreOutputPath(String restoreOutputPath)

      Indicates the path in the provided S3 output location where Select results will be restored to.

      Parameters:
      restoreOutputPath - Indicates the path in the provided S3 output location where Select results will be restored to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.