pub struct RotateIngestEndpointCredentials { /* 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 RotateIngestEndpointCredentials
impl RotateIngestEndpointCredentials
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<RotateIngestEndpointCredentials, AwsResponseRetryClassifier>, SdkError<RotateIngestEndpointCredentialsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<RotateIngestEndpointCredentials, AwsResponseRetryClassifier>, SdkError<RotateIngestEndpointCredentialsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<RotateIngestEndpointCredentialsOutput, SdkError<RotateIngestEndpointCredentialsError>>
pub async fn send(
self
) -> Result<RotateIngestEndpointCredentialsOutput, SdkError<RotateIngestEndpointCredentialsError>>
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 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
Trait Implementations§
source§impl Clone for RotateIngestEndpointCredentials
impl Clone for RotateIngestEndpointCredentials
source§fn clone(&self) -> RotateIngestEndpointCredentials
fn clone(&self) -> RotateIngestEndpointCredentials
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more