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