Class LicenseManagerLinuxSubscriptionsEndpointParams
java.lang.Object
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.endpoints.LicenseManagerLinuxSubscriptionsEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<LicenseManagerLinuxSubscriptionsEndpointParams.Builder,
LicenseManagerLinuxSubscriptionsEndpointParams>
@Generated("software.amazon.awssdk:codegen")
public final class LicenseManagerLinuxSubscriptionsEndpointParams
extends Object
implements ToCopyableBuilder<LicenseManagerLinuxSubscriptionsEndpointParams.Builder,LicenseManagerLinuxSubscriptionsEndpointParams>
The parameters object used to resolve an endpoint for the LicenseManagerLinuxSubscriptions 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, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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<LicenseManagerLinuxSubscriptionsEndpointParams.Builder,
LicenseManagerLinuxSubscriptionsEndpointParams> - Returns:
- a builder for type T
-