Class SupplyChainEndpointParams
java.lang.Object
software.amazon.awssdk.services.supplychain.endpoints.SupplyChainEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<SupplyChainEndpointParams.Builder,
SupplyChainEndpointParams>
@Generated("software.amazon.awssdk:codegen")
public final class SupplyChainEndpointParams
extends Object
implements ToCopyableBuilder<SupplyChainEndpointParams.Builder,SupplyChainEndpointParams>
The parameters object used to resolve an endpoint for the SupplyChain 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<SupplyChainEndpointParams.Builder,
SupplyChainEndpointParams> - Returns:
- a builder for type T
-