Class ServerlessApplicationRepositoryEndpointParams
java.lang.Object
software.amazon.awssdk.services.serverlessapplicationrepository.endpoints.ServerlessApplicationRepositoryEndpointParams
- All Implemented Interfaces:
 ToCopyableBuilder<ServerlessApplicationRepositoryEndpointParams.Builder,ServerlessApplicationRepositoryEndpointParams> 
@Generated("software.amazon.awssdk:codegen")
public final class ServerlessApplicationRepositoryEndpointParams
extends Object
implements ToCopyableBuilder<ServerlessApplicationRepositoryEndpointParams.Builder,ServerlessApplicationRepositoryEndpointParams> 
The parameters object used to resolve an endpoint for the ServerlessApplicationRepository service.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
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<ServerlessApplicationRepositoryEndpointParams.Builder,ServerlessApplicationRepositoryEndpointParams> - Returns:
 - a builder for type T
 
 
 -