Struct aws_sdk_sagemaker::operation::describe_device_fleet::builders::DescribeDeviceFleetOutputBuilder
source · #[non_exhaustive]pub struct DescribeDeviceFleetOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeDeviceFleetOutput
.
Implementations§
source§impl DescribeDeviceFleetOutputBuilder
impl DescribeDeviceFleetOutputBuilder
sourcepub fn device_fleet_name(self, input: impl Into<String>) -> Self
pub fn device_fleet_name(self, input: impl Into<String>) -> Self
The name of the fleet.
sourcepub fn set_device_fleet_name(self, input: Option<String>) -> Self
pub fn set_device_fleet_name(self, input: Option<String>) -> Self
The name of the fleet.
sourcepub fn get_device_fleet_name(&self) -> &Option<String>
pub fn get_device_fleet_name(&self) -> &Option<String>
The name of the fleet.
sourcepub fn device_fleet_arn(self, input: impl Into<String>) -> Self
pub fn device_fleet_arn(self, input: impl Into<String>) -> Self
The The Amazon Resource Name (ARN) of the fleet.
sourcepub fn set_device_fleet_arn(self, input: Option<String>) -> Self
pub fn set_device_fleet_arn(self, input: Option<String>) -> Self
The The Amazon Resource Name (ARN) of the fleet.
sourcepub fn get_device_fleet_arn(&self) -> &Option<String>
pub fn get_device_fleet_arn(&self) -> &Option<String>
The The Amazon Resource Name (ARN) of the fleet.
sourcepub fn output_config(self, input: EdgeOutputConfig) -> Self
pub fn output_config(self, input: EdgeOutputConfig) -> Self
The output configuration for storing sampled data.
sourcepub fn set_output_config(self, input: Option<EdgeOutputConfig>) -> Self
pub fn set_output_config(self, input: Option<EdgeOutputConfig>) -> Self
The output configuration for storing sampled data.
sourcepub fn get_output_config(&self) -> &Option<EdgeOutputConfig>
pub fn get_output_config(&self) -> &Option<EdgeOutputConfig>
The output configuration for storing sampled data.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the fleet.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the fleet.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the fleet.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
Timestamp of when the device fleet was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
Timestamp of when the device fleet was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
Timestamp of when the device fleet was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
Timestamp of when the device fleet was last updated.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
Timestamp of when the device fleet was last updated.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
Timestamp of when the device fleet was last updated.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
sourcepub fn iot_role_alias(self, input: impl Into<String>) -> Self
pub fn iot_role_alias(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
sourcepub fn set_iot_role_alias(self, input: Option<String>) -> Self
pub fn set_iot_role_alias(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
sourcepub fn get_iot_role_alias(&self) -> &Option<String>
pub fn get_iot_role_alias(&self) -> &Option<String>
The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
sourcepub fn build(self) -> DescribeDeviceFleetOutput
pub fn build(self) -> DescribeDeviceFleetOutput
Consumes the builder and constructs a DescribeDeviceFleetOutput
.
Trait Implementations§
source§impl Clone for DescribeDeviceFleetOutputBuilder
impl Clone for DescribeDeviceFleetOutputBuilder
source§fn clone(&self) -> DescribeDeviceFleetOutputBuilder
fn clone(&self) -> DescribeDeviceFleetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeDeviceFleetOutputBuilder
impl Default for DescribeDeviceFleetOutputBuilder
source§fn default() -> DescribeDeviceFleetOutputBuilder
fn default() -> DescribeDeviceFleetOutputBuilder
source§impl PartialEq<DescribeDeviceFleetOutputBuilder> for DescribeDeviceFleetOutputBuilder
impl PartialEq<DescribeDeviceFleetOutputBuilder> for DescribeDeviceFleetOutputBuilder
source§fn eq(&self, other: &DescribeDeviceFleetOutputBuilder) -> bool
fn eq(&self, other: &DescribeDeviceFleetOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.