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