Struct aws_sdk_xray::model::trace_user::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TraceUser
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_user_name(self, input: Option<String>) -> Self
pub fn set_user_name(self, input: Option<String>) -> Self
The user's name.
sourcepub fn service_ids(self, input: ServiceId) -> Self
pub fn service_ids(self, input: ServiceId) -> Self
Appends an item to service_ids
.
To override the contents of this collection use set_service_ids
.
Services that the user's request hit.
sourcepub fn set_service_ids(self, input: Option<Vec<ServiceId>>) -> Self
pub fn set_service_ids(self, input: Option<Vec<ServiceId>>) -> Self
Services that the user's request hit.