Struct aws_sdk_securitylake::operation::list_data_lake_exceptions::builders::ListDataLakeExceptionsFluentBuilder
source · pub struct ListDataLakeExceptionsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ListDataLakeExceptions.
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
Implementations§
source§impl ListDataLakeExceptionsFluentBuilder
impl ListDataLakeExceptionsFluentBuilder
sourcepub fn as_input(&self) -> &ListDataLakeExceptionsInputBuilder
pub fn as_input(&self) -> &ListDataLakeExceptionsInputBuilder
Access the ListDataLakeExceptions as a reference.
sourcepub async fn send(
self
) -> Result<ListDataLakeExceptionsOutput, SdkError<ListDataLakeExceptionsError, HttpResponse>>
pub async fn send( self ) -> Result<ListDataLakeExceptionsOutput, SdkError<ListDataLakeExceptionsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ListDataLakeExceptionsOutput, ListDataLakeExceptionsError, Self>, SdkError<ListDataLakeExceptionsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<ListDataLakeExceptionsOutput, ListDataLakeExceptionsError, Self>, SdkError<ListDataLakeExceptionsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> ListDataLakeExceptionsPaginator
pub fn into_paginator(self) -> ListDataLakeExceptionsPaginator
Create a paginator for this request
Paginators are used by calling send().await which returns a Stream.
sourcepub fn regions(self, input: impl Into<String>) -> Self
pub fn regions(self, input: impl Into<String>) -> Self
Appends an item to regions.
To override the contents of this collection use set_regions.
List the Amazon Web Services Regions from which exceptions are retrieved.
sourcepub fn set_regions(self, input: Option<Vec<String>>) -> Self
pub fn set_regions(self, input: Option<Vec<String>>) -> Self
List the Amazon Web Services Regions from which exceptions are retrieved.
sourcepub fn get_regions(&self) -> &Option<Vec<String>>
pub fn get_regions(&self) -> &Option<Vec<String>>
List the Amazon Web Services Regions from which exceptions are retrieved.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
List the maximum number of failures in Security Lake.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
List the maximum number of failures in Security Lake.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
List the maximum number of failures in Security Lake.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Trait Implementations§
source§impl Clone for ListDataLakeExceptionsFluentBuilder
impl Clone for ListDataLakeExceptionsFluentBuilder
source§fn clone(&self) -> ListDataLakeExceptionsFluentBuilder
fn clone(&self) -> ListDataLakeExceptionsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more