Interface CreateNetworkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateNetworkRequest.Builder,CreateNetworkRequest>,MediaLiveRequest.Builder,SdkBuilder<CreateNetworkRequest.Builder,CreateNetworkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateNetworkRequest
public static interface CreateNetworkRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkRequest.Builder,CreateNetworkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateNetworkRequest.BuilderipPools(Collection<IpPoolCreateRequest> ipPools)An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere.CreateNetworkRequest.BuilderipPools(Consumer<IpPoolCreateRequest.Builder>... ipPools)An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere.CreateNetworkRequest.BuilderipPools(IpPoolCreateRequest... ipPools)An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere.CreateNetworkRequest.Buildername(String name)Specify a name that is unique in the AWS account.CreateNetworkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateNetworkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateNetworkRequest.BuilderrequestId(String requestId)An ID that you assign to a create request.CreateNetworkRequest.Builderroutes(Collection<RouteCreateRequest> routes)An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.CreateNetworkRequest.Builderroutes(Consumer<RouteCreateRequest.Builder>... routes)An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.CreateNetworkRequest.Builderroutes(RouteCreateRequest... routes)An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.CreateNetworkRequest.Buildertags(Map<String,String> tags)A collection of key-value pairs.-
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
CreateNetworkRequest.Builder ipPools(Collection<IpPoolCreateRequest> ipPools)
An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.- Parameters:
ipPools- An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipPools
CreateNetworkRequest.Builder ipPools(IpPoolCreateRequest... ipPools)
An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.- Parameters:
ipPools- An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipPools
CreateNetworkRequest.Builder ipPools(Consumer<IpPoolCreateRequest.Builder>... ipPools)
An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere. MediaLiveAnywhere uses these IP addresses for Push inputs (in both Bridge and NATnetworks) and for output destinations (only in Bridge networks). EachIpPoolUpdateRequest specifies one CIDR block. This is a convenience method that creates an instance of theIpPoolCreateRequest.Builderavoiding the need to create one manually viaIpPoolCreateRequest.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 onIpPoolCreateRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ipPools(java.util.Collection)
-
name
CreateNetworkRequest.Builder name(String name)
Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the type of traffic on the network. Names are case-sensitive.- Parameters:
name- Specify a name that is unique in the AWS account. We recommend that you assign a name that hints at the type of traffic on the network. Names are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
CreateNetworkRequest.Builder requestId(String requestId)
An ID that you assign to a create request. This ID ensures idempotency when creating resources.- Parameters:
requestId- An ID that you assign to a create request. This ID ensures idempotency when creating resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routes
CreateNetworkRequest.Builder routes(Collection<RouteCreateRequest> routes)
An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.- Parameters:
routes- 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
CreateNetworkRequest.Builder routes(RouteCreateRequest... routes)
An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.- Parameters:
routes- 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
CreateNetworkRequest.Builder routes(Consumer<RouteCreateRequest.Builder>... routes)
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 theRouteCreateRequest.Builderavoiding the need to create one manually viaRouteCreateRequest.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 onRouteCreateRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#routes(java.util.Collection)
-
tags
CreateNetworkRequest.Builder tags(Map<String,String> tags)
A collection of key-value pairs.- Parameters:
tags- A collection of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-