public static interface GetWorkingLocationResponse.Builder extends FinspaceDataResponse.Builder, SdkPojo, CopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkingLocationResponse.Builder |
s3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
|
GetWorkingLocationResponse.Builder |
s3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
|
GetWorkingLocationResponse.Builder |
s3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkingLocationResponse.Builder s3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
s3Uri - Returns the Amazon S3 URI for the working location.GetWorkingLocationResponse.Builder s3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
s3Path - Returns the Amazon S3 Path for the working location.GetWorkingLocationResponse.Builder s3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
s3Bucket - Returns the Amazon S3 bucket name for the working location.Copyright © 2021. All rights reserved.