Struct aws_sdk_iotdeviceadvisor::input::get_endpoint_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetEndpointInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn thing_arn(self, input: impl Into<String>) -> Self
pub fn thing_arn(self, input: impl Into<String>) -> Self
The thing ARN of the device. This is an optional parameter.
sourcepub fn set_thing_arn(self, input: Option<String>) -> Self
pub fn set_thing_arn(self, input: Option<String>) -> Self
The thing ARN of the device. This is an optional parameter.
sourcepub fn certificate_arn(self, input: impl Into<String>) -> Self
pub fn certificate_arn(self, input: impl Into<String>) -> Self
The certificate ARN of the device. This is an optional parameter.
sourcepub fn set_certificate_arn(self, input: Option<String>) -> Self
pub fn set_certificate_arn(self, input: Option<String>) -> Self
The certificate ARN of the device. This is an optional parameter.
sourcepub fn build(self) -> Result<GetEndpointInput, BuildError>
pub fn build(self) -> Result<GetEndpointInput, BuildError>
Consumes the builder and constructs a GetEndpointInput
.