Uses of Interface
software.amazon.awssdk.services.finspacedata.model.GetWorkingLocationResponse.Builder
-
Packages that use GetWorkingLocationResponse.Builder Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of GetWorkingLocationResponse.Builder in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return GetWorkingLocationResponse.Builder Modifier and Type Method Description static GetWorkingLocationResponse.BuilderGetWorkingLocationResponse. builder()GetWorkingLocationResponse.BuilderGetWorkingLocationResponse.Builder. s3Bucket(String s3Bucket)Returns the Amazon S3 bucket name for the working location.GetWorkingLocationResponse.BuilderGetWorkingLocationResponse.Builder. s3Path(String s3Path)Returns the Amazon S3 Path for the working location.GetWorkingLocationResponse.BuilderGetWorkingLocationResponse.Builder. s3Uri(String s3Uri)Returns the Amazon S3 URI for the working location.GetWorkingLocationResponse.BuilderGetWorkingLocationResponse. toBuilder()Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type GetWorkingLocationResponse.Builder Modifier and Type Method Description static Class<? extends GetWorkingLocationResponse.Builder>GetWorkingLocationResponse. serializableBuilderClass()
-