Interface CustomerProfilesEndpointParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerProfilesEndpointParams.Builder,CustomerProfilesEndpointParams>,SdkBuilder<CustomerProfilesEndpointParams.Builder,CustomerProfilesEndpointParams>
- Enclosing class:
- CustomerProfilesEndpointParams
public static interface CustomerProfilesEndpointParams.Builder extends CopyableBuilder<CustomerProfilesEndpointParams.Builder,CustomerProfilesEndpointParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerProfilesEndpointParamsbuild()CustomerProfilesEndpointParams.Builderendpoint(String endpoint)CustomerProfilesEndpointParams.Builderregion(Region region)CustomerProfilesEndpointParams.BuilderuseDualStack(Boolean useDualStack)CustomerProfilesEndpointParams.BuilderuseFips(Boolean useFIPS)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
region
CustomerProfilesEndpointParams.Builder region(Region region)
-
useDualStack
CustomerProfilesEndpointParams.Builder useDualStack(Boolean useDualStack)
-
useFips
CustomerProfilesEndpointParams.Builder useFips(Boolean useFIPS)
-
endpoint
CustomerProfilesEndpointParams.Builder endpoint(String endpoint)
-
build
CustomerProfilesEndpointParams build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<CustomerProfilesEndpointParams.Builder,CustomerProfilesEndpointParams>
-
-