Class OutpostsEndpointParams
java.lang.Object
software.amazon.awssdk.services.outposts.endpoints.OutpostsEndpointParams
- All Implemented Interfaces:
 ToCopyableBuilder<OutpostsEndpointParams.Builder,OutpostsEndpointParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public final class OutpostsEndpointParams
extends Object
implements ToCopyableBuilder<OutpostsEndpointParams.Builder,OutpostsEndpointParams> 
The parameters object used to resolve an endpoint for the Outposts service.
- 
Method Details
- 
builder
 - 
region
 - 
useDualStack
 - 
useFips
 - 
endpoint
 - 
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<OutpostsEndpointParams.Builder,OutpostsEndpointParams> - Returns:
 - a builder for type T
 
 
 -