Interface UpdateNetworkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNetworkRequest.Builder,UpdateNetworkRequest>,MediaLiveRequest.Builder,SdkBuilder<UpdateNetworkRequest.Builder,UpdateNetworkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateNetworkRequest
public static interface UpdateNetworkRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkRequest.Builder,UpdateNetworkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateNetworkRequest.BuilderipPools(Collection<IpPoolUpdateRequest> ipPools)Include this parameter only if you want to change the pool of IP addresses in the network.UpdateNetworkRequest.BuilderipPools(Consumer<IpPoolUpdateRequest.Builder>... ipPools)Include this parameter only if you want to change the pool of IP addresses in the network.UpdateNetworkRequest.BuilderipPools(IpPoolUpdateRequest... ipPools)Include this parameter only if you want to change the pool of IP addresses in the network.UpdateNetworkRequest.Buildername(String name)Include this parameter only if you want to change the name of the Network.UpdateNetworkRequest.BuildernetworkId(String networkId)The ID of the networkUpdateNetworkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNetworkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateNetworkRequest.Builderroutes(Collection<RouteUpdateRequest> routes)Include this parameter only if you want to change or add routes in the Network.UpdateNetworkRequest.Builderroutes(Consumer<RouteUpdateRequest.Builder>... routes)Include this parameter only if you want to change or add routes in the Network.UpdateNetworkRequest.Builderroutes(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 Detail
-
ipPools
UpdateNetworkRequest.Builder ipPools(Collection<IpPoolUpdateRequest> 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
UpdateNetworkRequest.Builder ipPools(IpPoolUpdateRequest... 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
UpdateNetworkRequest.Builder ipPools(Consumer<IpPoolUpdateRequest.Builder>... 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.Builderavoiding the need to create one manually viaIpPoolUpdateRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ipPools(List.) - 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:
#ipPools(java.util.Collection)
-
name
UpdateNetworkRequest.Builder name(String 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
UpdateNetworkRequest.Builder networkId(String 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
UpdateNetworkRequest.Builder routes(Collection<RouteUpdateRequest> 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
UpdateNetworkRequest.Builder routes(RouteUpdateRequest... 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
UpdateNetworkRequest.Builder routes(Consumer<RouteUpdateRequest.Builder>... 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.Builderavoiding the need to create one manually viaRouteUpdateRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#routes(List.) - 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:
#routes(java.util.Collection)
-
overrideConfiguration
UpdateNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-