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