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