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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreObjectResponse.Builder
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.RestoreObjectResponse.Builder
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.RestoreObjectResponse.Builder
restoreOutputPath(String restoreOutputPath)
Indicates the path in the provided S3 output location where Select results will be restored to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
,RequestCharged
-
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:
RequestCharged
,RequestCharged
-
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.
-
-