Interface GetWorkingLocationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>,FinspaceDataResponse.Builder,SdkBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetWorkingLocationResponse
public static interface GetWorkingLocationResponse.Builder extends FinspaceDataResponse.Builder, SdkPojo, CopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkingLocationResponse.Builders3Bucket(String s3Bucket)Returns the Amazon S3 bucket name for the working location.GetWorkingLocationResponse.Builders3Path(String s3Path)Returns the Amazon S3 Path for the working location.GetWorkingLocationResponse.Builders3Uri(String s3Uri)Returns the Amazon S3 URI for the working location.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspacedata.model.FinspaceDataResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
s3Uri
GetWorkingLocationResponse.Builder s3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
- Parameters:
s3Uri- Returns the Amazon S3 URI for the working location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
GetWorkingLocationResponse.Builder s3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
- Parameters:
s3Path- Returns the Amazon S3 Path for the working location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Bucket
GetWorkingLocationResponse.Builder s3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
- Parameters:
s3Bucket- Returns the Amazon S3 bucket name for the working location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-