Struct aws_sdk_networkmanager::model::route_analysis_endpoint_options_specification::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RouteAnalysisEndpointOptionsSpecification
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transit_gateway_attachment_arn(self, input: impl Into<String>) -> Self
pub fn transit_gateway_attachment_arn(self, input: impl Into<String>) -> Self
The ARN of the transit gateway attachment.
sourcepub fn set_transit_gateway_attachment_arn(self, input: Option<String>) -> Self
pub fn set_transit_gateway_attachment_arn(self, input: Option<String>) -> Self
The ARN of the transit gateway attachment.
sourcepub fn ip_address(self, input: impl Into<String>) -> Self
pub fn ip_address(self, input: impl Into<String>) -> Self
The IP address.
sourcepub fn set_ip_address(self, input: Option<String>) -> Self
pub fn set_ip_address(self, input: Option<String>) -> Self
The IP address.
sourcepub fn build(self) -> RouteAnalysisEndpointOptionsSpecification
pub fn build(self) -> RouteAnalysisEndpointOptionsSpecification
Consumes the builder and constructs a RouteAnalysisEndpointOptionsSpecification
.