Struct aws_sdk_mediapackage::operation::rotate_ingest_endpoint_credentials::builders::RotateIngestEndpointCredentialsInputBuilder
source · #[non_exhaustive]pub struct RotateIngestEndpointCredentialsInputBuilder { /* private fields */ }
Expand description
A builder for RotateIngestEndpointCredentialsInput
.
Implementations§
source§impl RotateIngestEndpointCredentialsInputBuilder
impl RotateIngestEndpointCredentialsInputBuilder
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 build(self) -> Result<RotateIngestEndpointCredentialsInput, BuildError>
pub fn build(self) -> Result<RotateIngestEndpointCredentialsInput, BuildError>
Consumes the builder and constructs a RotateIngestEndpointCredentialsInput
.
Trait Implementations§
source§impl Clone for RotateIngestEndpointCredentialsInputBuilder
impl Clone for RotateIngestEndpointCredentialsInputBuilder
source§fn clone(&self) -> RotateIngestEndpointCredentialsInputBuilder
fn clone(&self) -> RotateIngestEndpointCredentialsInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RotateIngestEndpointCredentialsInputBuilder
impl Default for RotateIngestEndpointCredentialsInputBuilder
source§fn default() -> RotateIngestEndpointCredentialsInputBuilder
fn default() -> RotateIngestEndpointCredentialsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RotateIngestEndpointCredentialsInputBuilder> for RotateIngestEndpointCredentialsInputBuilder
impl PartialEq<RotateIngestEndpointCredentialsInputBuilder> for RotateIngestEndpointCredentialsInputBuilder
source§fn eq(&self, other: &RotateIngestEndpointCredentialsInputBuilder) -> bool
fn eq(&self, other: &RotateIngestEndpointCredentialsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.