Class AppIntegrationsEndpointParams
java.lang.Object
software.amazon.awssdk.services.appintegrations.endpoints.AppIntegrationsEndpointParams
- All Implemented Interfaces:
 ToCopyableBuilder<AppIntegrationsEndpointParams.Builder,AppIntegrationsEndpointParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
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:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<AppIntegrationsEndpointParams.Builder,AppIntegrationsEndpointParams> - Returns:
 - a builder for type T
 
 
 -