Interface UpdateNetworkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateNetworkRequest.Builder,
,UpdateNetworkRequest> MediaLiveRequest.Builder
,SdkBuilder<UpdateNetworkRequest.Builder,
,UpdateNetworkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateNetworkRequest
@Mutable
@NotThreadSafe
public static interface UpdateNetworkRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkRequest.Builder,UpdateNetworkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionipPools
(Collection<IpPoolUpdateRequest> ipPools) Include this parameter only if you want to change the pool of IP addresses in the network.ipPools
(Consumer<IpPoolUpdateRequest.Builder>... ipPools) Include this parameter only if you want to change the pool of IP addresses in the network.ipPools
(IpPoolUpdateRequest... ipPools) Include this parameter only if you want to change the pool of IP addresses in the network.Include this parameter only if you want to change the name of the Network.The ID of the networkoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routes
(Collection<RouteUpdateRequest> routes) Include this parameter only if you want to change or add routes in the Network.routes
(Consumer<RouteUpdateRequest.Builder>... routes) Include this parameter only if you want to change or add routes in the Network.routes
(RouteUpdateRequest... routes) Include this parameter only if you want to change or add routes in the Network.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
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
-
ipPools
Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.- Parameters:
ipPools
- Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipPools
Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.- Parameters:
ipPools
- Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipPools
Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPoolUpdateRequest specifies one CIDR block. This is a convenience method that creates an instance of theIpPoolUpdateRequest.Builder
avoiding the need to create one manually viaIpPoolUpdateRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipPools(List<IpPoolUpdateRequest>)
.- Parameters:
ipPools
- a consumer that will call methods onIpPoolUpdateRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Include this parameter only if you want to change the name of the Network. Specify a name that is unique in the AWS account. Names are case-sensitive.- Parameters:
name
- Include this parameter only if you want to change the name of the Network. Specify a name that is unique in the AWS account. Names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkId
The ID of the network- Parameters:
networkId
- The ID of the network- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routes
Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.- Parameters:
routes
- Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routes
Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.- Parameters:
routes
- Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routes
Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic. This is a convenience method that creates an instance of theRouteUpdateRequest.Builder
avoiding the need to create one manually viaRouteUpdateRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroutes(List<RouteUpdateRequest>)
.- Parameters:
routes
- a consumer that will call methods onRouteUpdateRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-