Interface CreateNetworkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateNetworkRequest.Builder,
,CreateNetworkRequest> MediaLiveRequest.Builder
,SdkBuilder<CreateNetworkRequest.Builder,
,CreateNetworkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateNetworkRequest
@Mutable
@NotThreadSafe
public static interface CreateNetworkRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkRequest.Builder,CreateNetworkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionipPools
(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.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.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.Specify a name that is unique in the AWS account.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An ID that you assign to a create request.routes
(Collection<RouteCreateRequest> routes) An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.routes
(Consumer<RouteCreateRequest.Builder>... routes) An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.routes
(RouteCreateRequest... routes) An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.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 Details
-
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
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
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.Builder
avoiding the need to create one manually viaIpPoolCreateRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipPools(List<IpPoolCreateRequest>)
.- 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:
-
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
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
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
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
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.Builder
avoiding the need to create one manually viaRouteCreateRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroutes(List<RouteCreateRequest>)
.- 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:
-
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) 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
CreateNetworkRequest.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.
-