Interface InputDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputDestination.Builder,
,InputDestination> SdkBuilder<InputDestination.Builder,
,InputDestination> SdkPojo
- Enclosing class:
InputDestination
@Mutable
@NotThreadSafe
public static interface InputDestination.Builder
extends SdkPojo, CopyableBuilder<InputDestination.Builder,InputDestination>
-
Method Summary
Modifier and TypeMethodDescriptionThe system-generated static IP address of endpoint.The ID of the attached network.networkRoutes
(Collection<InputDestinationRoute> networkRoutes) If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.networkRoutes
(Consumer<InputDestinationRoute.Builder>... networkRoutes) If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.networkRoutes
(InputDestinationRoute... networkRoutes) If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.The port number for the input.This represents the endpoint that the customer stream will be pushed to.default InputDestination.Builder
Sets the value of the Vpc property for this object.vpc
(InputDestinationVpc vpc) Sets the value of the Vpc property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ip
The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.- Parameters:
ip
- The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port number for the input.- Parameters:
port
- The port number for the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
This represents the endpoint that the customer stream will be pushed to.- Parameters:
url
- This represents the endpoint that the customer stream will be pushed to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
Sets the value of the Vpc property for this object.- Parameters:
vpc
- The new value for the Vpc property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
Sets the value of the Vpc property for this object. This is a convenience method that creates an instance of theInputDestinationVpc.Builder
avoiding the need to create one manually viaInputDestinationVpc.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpc(InputDestinationVpc)
.- Parameters:
vpc
- a consumer that will call methods onInputDestinationVpc.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
network
The ID of the attached network.- Parameters:
network
- The ID of the attached network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkRoutes
If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.- Parameters:
networkRoutes
- If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkRoutes
If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.- Parameters:
networkRoutes
- If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkRoutes
If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network. This is a convenience method that creates an instance of theInputDestinationRoute.Builder
avoiding the need to create one manually viaInputDestinationRoute.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkRoutes(List<InputDestinationRoute>)
.- Parameters:
networkRoutes
- a consumer that will call methods onInputDestinationRoute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-