Interface CreateNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateNodeRequest.Builder,CreateNodeRequest>,MediaLiveRequest.Builder,SdkBuilder<CreateNodeRequest.Builder,CreateNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateNodeRequest
public static interface CreateNodeRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateNodeRequest.Builder,CreateNodeRequest>
-
-
Method Summary
-
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
-
clusterId
CreateNodeRequest.Builder clusterId(String clusterId)
The ID of the cluster.- Parameters:
clusterId- The ID of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateNodeRequest.Builder name(String name)
The user-specified name of the Node to be created.- Parameters:
name- The user-specified name of the Node to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeInterfaceMappings
CreateNodeRequest.Builder nodeInterfaceMappings(Collection<NodeInterfaceMappingCreateRequest> nodeInterfaceMappings)
Documentation update needed- Parameters:
nodeInterfaceMappings- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeInterfaceMappings
CreateNodeRequest.Builder nodeInterfaceMappings(NodeInterfaceMappingCreateRequest... nodeInterfaceMappings)
Documentation update needed- Parameters:
nodeInterfaceMappings- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeInterfaceMappings
CreateNodeRequest.Builder nodeInterfaceMappings(Consumer<NodeInterfaceMappingCreateRequest.Builder>... nodeInterfaceMappings)
Documentation update needed This is a convenience method that creates an instance of theNodeInterfaceMappingCreateRequest.Builderavoiding the need to create one manually viaNodeInterfaceMappingCreateRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#nodeInterfaceMappings(List.) - Parameters:
nodeInterfaceMappings- a consumer that will call methods onNodeInterfaceMappingCreateRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#nodeInterfaceMappings(java.util.Collection)
-
requestId
CreateNodeRequest.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.
-
role
CreateNodeRequest.Builder role(String role)
The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.- Parameters:
role- The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NodeRole,NodeRole
-
role
CreateNodeRequest.Builder role(NodeRole role)
The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.- Parameters:
role- The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NodeRole,NodeRole
-
tags
CreateNodeRequest.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
CreateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-