public static interface InputDestination.Builder extends SdkPojo, CopyableBuilder<InputDestination.Builder,InputDestination>
| Modifier and Type | Method and Description |
|---|---|
InputDestination.Builder |
ip(String ip)
The system-generated static IP address of endpoint.
|
InputDestination.Builder |
port(String port)
The port number for the input.
|
InputDestination.Builder |
url(String url)
This represents the endpoint that the customer stream will be pushed to.
|
default InputDestination.Builder |
vpc(Consumer<InputDestinationVpc.Builder> vpc)
Sets the value of the Vpc property for this object.
|
InputDestination.Builder |
vpc(InputDestinationVpc vpc)
Sets the value of the Vpc property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDestination.Builder ip(String ip)
ip - The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.InputDestination.Builder port(String port)
port - The port number for the input.InputDestination.Builder url(String url)
url - This represents the endpoint that the customer stream will be pushed to.InputDestination.Builder vpc(InputDestinationVpc vpc)
vpc - The new value for the Vpc property for this object.default InputDestination.Builder vpc(Consumer<InputDestinationVpc.Builder> vpc)
InputDestinationVpc.Builder avoiding the
need to create one manually via InputDestinationVpc.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vpc(InputDestinationVpc).
vpc - a consumer that will call methods on InputDestinationVpc.Buildervpc(InputDestinationVpc)Copyright © 2022. All rights reserved.