Interface DescribeNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeNodeRequest.Builder,DescribeNodeRequest>,PanoramaRequest.Builder,SdkBuilder<DescribeNodeRequest.Builder,DescribeNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeNodeRequest
public static interface DescribeNodeRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<DescribeNodeRequest.Builder,DescribeNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeNodeRequest.BuildernodeId(String nodeId)The node's ID.DescribeNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeNodeRequest.BuilderownerAccount(String ownerAccount)The account ID of the node's owner.-
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.panorama.model.PanoramaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nodeId
DescribeNodeRequest.Builder nodeId(String nodeId)
The node's ID.
- Parameters:
nodeId- The node's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccount
DescribeNodeRequest.Builder ownerAccount(String ownerAccount)
The account ID of the node's owner.
- Parameters:
ownerAccount- The account ID of the node's owner.- 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
-
-