| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDestination.Builder |
InputDestination.builder() |
InputDestination.Builder |
InputDestination.Builder.ip(String ip)
The system-generated static IP address of endpoint.
|
InputDestination.Builder |
InputDestination.Builder.port(String port)
The port number for the input.
|
InputDestination.Builder |
InputDestination.toBuilder() |
InputDestination.Builder |
InputDestination.Builder.url(String url)
This represents the endpoint that the customer stream will be pushed to.
|
default InputDestination.Builder |
InputDestination.Builder.vpc(Consumer<InputDestinationVpc.Builder> vpc)
Sets the value of the Vpc property for this object.
|
InputDestination.Builder |
InputDestination.Builder.vpc(InputDestinationVpc vpc)
Sets the value of the Vpc property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDestination.Builder> |
InputDestination.serializableBuilderClass() |
Copyright © 2022. All rights reserved.