Struct aws_sdk_outposts::input::list_assets_input::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for ListAssetsInput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn outpost_identifier(self, input: impl Into<String>) -> Self
pub fn outpost_identifier(self, input: impl Into<String>) -> Self
The ID or the Amazon Resource Name (ARN) of the Outpost.
sourcepub fn set_outpost_identifier(self, input: Option<String>) -> Self
pub fn set_outpost_identifier(self, input: Option<String>) -> Self
The ID or the Amazon Resource Name (ARN) of the Outpost.
sourcepub fn host_id_filter(self, input: impl Into<String>) -> Self
pub fn host_id_filter(self, input: impl Into<String>) -> Self
Appends an item to host_id_filter
.
To override the contents of this collection use set_host_id_filter
.
A filter for the host ID of Dedicated Hosts on the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
sourcepub fn set_host_id_filter(self, input: Option<Vec<String>>) -> Self
pub fn set_host_id_filter(self, input: Option<Vec<String>>) -> Self
A filter for the host ID of Dedicated Hosts on the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum page size.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum page size.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token.
sourcepub fn build(self) -> Result<ListAssetsInput, BuildError>
pub fn build(self) -> Result<ListAssetsInput, BuildError>
Consumes the builder and constructs a ListAssetsInput
.