Interface DescribeNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeNodeRequest.Builder,DescribeNodeRequest>,MediaLiveRequest.Builder,SdkBuilder<DescribeNodeRequest.Builder,DescribeNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeNodeRequest
public static interface DescribeNodeRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<DescribeNodeRequest.Builder,DescribeNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeNodeRequest.BuilderclusterId(String clusterId)The ID of the clusterDescribeNodeRequest.BuildernodeId(String nodeId)The ID of the node.DescribeNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
DescribeNodeRequest.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.
-
nodeId
DescribeNodeRequest.Builder nodeId(String nodeId)
The ID of the node.- Parameters:
nodeId- The ID of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-