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