Class S3FilesEndpointParams
java.lang.Object
software.amazon.awssdk.services.s3files.endpoints.S3FilesEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<S3FilesEndpointParams.Builder,S3FilesEndpointParams>
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public final class S3FilesEndpointParams
extends Object
implements ToCopyableBuilder<S3FilesEndpointParams.Builder,S3FilesEndpointParams>
The parameters object used to resolve an endpoint for the S3Files service.
-
Method Details
-
builder
-
useFips
-
endpoint
-
region
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<S3FilesEndpointParams.Builder,S3FilesEndpointParams> - Returns:
- a builder for type T
-