Struct aws_sdk_mediapackage::operation::rotate_ingest_endpoint_credentials::builders::RotateIngestEndpointCredentialsFluentBuilder
source · pub struct RotateIngestEndpointCredentialsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to RotateIngestEndpointCredentials
.
Rotate the IngestEndpoint’s username and password, as specified by the IngestEndpoint’s id.
Implementations§
source§impl RotateIngestEndpointCredentialsFluentBuilder
impl RotateIngestEndpointCredentialsFluentBuilder
sourcepub fn as_input(&self) -> &RotateIngestEndpointCredentialsInputBuilder
pub fn as_input(&self) -> &RotateIngestEndpointCredentialsInputBuilder
Access the RotateIngestEndpointCredentials as a reference.
sourcepub async fn send(
self
) -> Result<RotateIngestEndpointCredentialsOutput, SdkError<RotateIngestEndpointCredentialsError, HttpResponse>>
pub async fn send( self ) -> Result<RotateIngestEndpointCredentialsOutput, SdkError<RotateIngestEndpointCredentialsError, 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<RotateIngestEndpointCredentialsOutput, RotateIngestEndpointCredentialsError, Self>
pub fn customize( self ) -> CustomizableOperation<RotateIngestEndpointCredentialsOutput, RotateIngestEndpointCredentialsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the channel the IngestEndpoint is on.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the channel the IngestEndpoint is on.
sourcepub fn ingest_endpoint_id(self, input: impl Into<String>) -> Self
pub fn ingest_endpoint_id(self, input: impl Into<String>) -> Self
The id of the IngestEndpoint whose credentials should be rotated
sourcepub fn set_ingest_endpoint_id(self, input: Option<String>) -> Self
pub fn set_ingest_endpoint_id(self, input: Option<String>) -> Self
The id of the IngestEndpoint whose credentials should be rotated
sourcepub fn get_ingest_endpoint_id(&self) -> &Option<String>
pub fn get_ingest_endpoint_id(&self) -> &Option<String>
The id of the IngestEndpoint whose credentials should be rotated
Trait Implementations§
source§impl Clone for RotateIngestEndpointCredentialsFluentBuilder
impl Clone for RotateIngestEndpointCredentialsFluentBuilder
source§fn clone(&self) -> RotateIngestEndpointCredentialsFluentBuilder
fn clone(&self) -> RotateIngestEndpointCredentialsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more