pub struct DescribeNodegroupFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeNodegroup.
Returns descriptive information about an Amazon EKS node group.
Implementations§
source§impl DescribeNodegroupFluentBuilder
impl DescribeNodegroupFluentBuilder
sourcepub fn as_input(&self) -> &DescribeNodegroupInputBuilder
pub fn as_input(&self) -> &DescribeNodegroupInputBuilder
Access the DescribeNodegroup as a reference.
sourcepub async fn send(
self
) -> Result<DescribeNodegroupOutput, SdkError<DescribeNodegroupError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeNodegroupOutput, SdkError<DescribeNodegroupError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeNodegroupOutput, DescribeNodegroupError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeNodegroupOutput, DescribeNodegroupError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn cluster_name(self, input: impl Into<String>) -> Self
pub fn cluster_name(self, input: impl Into<String>) -> Self
The name of the Amazon EKS cluster associated with the node group.
sourcepub fn set_cluster_name(self, input: Option<String>) -> Self
pub fn set_cluster_name(self, input: Option<String>) -> Self
The name of the Amazon EKS cluster associated with the node group.
sourcepub fn get_cluster_name(&self) -> &Option<String>
pub fn get_cluster_name(&self) -> &Option<String>
The name of the Amazon EKS cluster associated with the node group.
sourcepub fn nodegroup_name(self, input: impl Into<String>) -> Self
pub fn nodegroup_name(self, input: impl Into<String>) -> Self
The name of the node group to describe.
sourcepub fn set_nodegroup_name(self, input: Option<String>) -> Self
pub fn set_nodegroup_name(self, input: Option<String>) -> Self
The name of the node group to describe.
sourcepub fn get_nodegroup_name(&self) -> &Option<String>
pub fn get_nodegroup_name(&self) -> &Option<String>
The name of the node group to describe.
Trait Implementations§
source§impl Clone for DescribeNodegroupFluentBuilder
impl Clone for DescribeNodegroupFluentBuilder
source§fn clone(&self) -> DescribeNodegroupFluentBuilder
fn clone(&self) -> DescribeNodegroupFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more