pub struct Builder { /* private fields */ }
Expand description
A builder for RotateIngestEndpointCredentialsInput
.
Implementations§
source§impl Builder
impl Builder
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
.