Struct aws_sdk_securityhub::model::ip_organization_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for IpOrganizationDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn asn(self, input: i32) -> Self
pub fn asn(self, input: i32) -> Self
The Autonomous System Number (ASN) of the internet provider
sourcepub fn set_asn(self, input: Option<i32>) -> Self
pub fn set_asn(self, input: Option<i32>) -> Self
The Autonomous System Number (ASN) of the internet provider
sourcepub fn asn_org(self, input: impl Into<String>) -> Self
pub fn asn_org(self, input: impl Into<String>) -> Self
The name of the organization that registered the ASN.
sourcepub fn set_asn_org(self, input: Option<String>) -> Self
pub fn set_asn_org(self, input: Option<String>) -> Self
The name of the organization that registered the ASN.
sourcepub fn isp(self, input: impl Into<String>) -> Self
pub fn isp(self, input: impl Into<String>) -> Self
The ISP information for the internet provider.
sourcepub fn set_isp(self, input: Option<String>) -> Self
pub fn set_isp(self, input: Option<String>) -> Self
The ISP information for the internet provider.
sourcepub fn build(self) -> IpOrganizationDetails
pub fn build(self) -> IpOrganizationDetails
Consumes the builder and constructs a IpOrganizationDetails
.