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