#[non_exhaustive]pub struct HttpUrlDestinationPropertiesBuilder { /* private fields */ }
Expand description
A builder for HttpUrlDestinationProperties
.
Implementations§
source§impl HttpUrlDestinationPropertiesBuilder
impl HttpUrlDestinationPropertiesBuilder
sourcepub fn confirmation_url(self, input: impl Into<String>) -> Self
pub fn confirmation_url(self, input: impl Into<String>) -> Self
The URL used to confirm the HTTP topic rule destination URL.
sourcepub fn set_confirmation_url(self, input: Option<String>) -> Self
pub fn set_confirmation_url(self, input: Option<String>) -> Self
The URL used to confirm the HTTP topic rule destination URL.
sourcepub fn get_confirmation_url(&self) -> &Option<String>
pub fn get_confirmation_url(&self) -> &Option<String>
The URL used to confirm the HTTP topic rule destination URL.
sourcepub fn build(self) -> HttpUrlDestinationProperties
pub fn build(self) -> HttpUrlDestinationProperties
Consumes the builder and constructs a HttpUrlDestinationProperties
.
Trait Implementations§
source§impl Clone for HttpUrlDestinationPropertiesBuilder
impl Clone for HttpUrlDestinationPropertiesBuilder
source§fn clone(&self) -> HttpUrlDestinationPropertiesBuilder
fn clone(&self) -> HttpUrlDestinationPropertiesBuilder
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 HttpUrlDestinationPropertiesBuilder
impl Default for HttpUrlDestinationPropertiesBuilder
source§fn default() -> HttpUrlDestinationPropertiesBuilder
fn default() -> HttpUrlDestinationPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for HttpUrlDestinationPropertiesBuilder
impl PartialEq for HttpUrlDestinationPropertiesBuilder
source§fn eq(&self, other: &HttpUrlDestinationPropertiesBuilder) -> bool
fn eq(&self, other: &HttpUrlDestinationPropertiesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HttpUrlDestinationPropertiesBuilder
Auto Trait Implementations§
impl Freeze for HttpUrlDestinationPropertiesBuilder
impl RefUnwindSafe for HttpUrlDestinationPropertiesBuilder
impl Send for HttpUrlDestinationPropertiesBuilder
impl Sync for HttpUrlDestinationPropertiesBuilder
impl Unpin for HttpUrlDestinationPropertiesBuilder
impl UnwindSafe for HttpUrlDestinationPropertiesBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.