Struct aws_sdk_devicefarm::input::delete_device_pool_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteDevicePoolInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.
sourcepub fn build(self) -> Result<DeleteDevicePoolInput, BuildError>
pub fn build(self) -> Result<DeleteDevicePoolInput, BuildError>
Consumes the builder and constructs a DeleteDevicePoolInput.