Struct aws_sdk_opensearch::operation::list_vpc_endpoint_access::builders::ListVpcEndpointAccessOutputBuilder
source · #[non_exhaustive]pub struct ListVpcEndpointAccessOutputBuilder { /* private fields */ }Expand description
A builder for ListVpcEndpointAccessOutput.
Implementations§
source§impl ListVpcEndpointAccessOutputBuilder
impl ListVpcEndpointAccessOutputBuilder
Appends an item to authorized_principal_list.
To override the contents of this collection use set_authorized_principal_list.
A list of IAM principals that can currently access the domain.
A list of IAM principals that can currently access the domain.
A list of IAM principals that can currently access the domain.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
sourcepub fn build(self) -> Result<ListVpcEndpointAccessOutput, BuildError>
pub fn build(self) -> Result<ListVpcEndpointAccessOutput, BuildError>
Consumes the builder and constructs a ListVpcEndpointAccessOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListVpcEndpointAccessOutputBuilder
impl Clone for ListVpcEndpointAccessOutputBuilder
source§fn clone(&self) -> ListVpcEndpointAccessOutputBuilder
fn clone(&self) -> ListVpcEndpointAccessOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListVpcEndpointAccessOutputBuilder
impl Default for ListVpcEndpointAccessOutputBuilder
source§fn default() -> ListVpcEndpointAccessOutputBuilder
fn default() -> ListVpcEndpointAccessOutputBuilder
source§impl PartialEq for ListVpcEndpointAccessOutputBuilder
impl PartialEq for ListVpcEndpointAccessOutputBuilder
source§fn eq(&self, other: &ListVpcEndpointAccessOutputBuilder) -> bool
fn eq(&self, other: &ListVpcEndpointAccessOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.