Struct aws_sdk_s3control::model::access_point::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AccessPoint.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_origin(self, input: NetworkOrigin) -> Self
pub fn network_origin(self, input: NetworkOrigin) -> Self
Indicates whether this access point allows access from the public internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public internet, subject to the access point and bucket access policies.
sourcepub fn set_network_origin(self, input: Option<NetworkOrigin>) -> Self
pub fn set_network_origin(self, input: Option<NetworkOrigin>) -> Self
Indicates whether this access point allows access from the public internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public internet, subject to the access point and bucket access policies.
sourcepub fn vpc_configuration(self, input: VpcConfiguration) -> Self
pub fn vpc_configuration(self, input: VpcConfiguration) -> Self
The virtual private cloud (VPC) configuration for this access point, if one exists.
This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services.
sourcepub fn set_vpc_configuration(self, input: Option<VpcConfiguration>) -> Self
pub fn set_vpc_configuration(self, input: Option<VpcConfiguration>) -> Self
The virtual private cloud (VPC) configuration for this access point, if one exists.
This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services.
sourcepub fn bucket(self, input: impl Into<String>) -> Self
pub fn bucket(self, input: impl Into<String>) -> Self
The name of the bucket associated with this access point.
sourcepub fn set_bucket(self, input: Option<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
The name of the bucket associated with this access point.
sourcepub fn access_point_arn(self, input: impl Into<String>) -> Self
pub fn access_point_arn(self, input: impl Into<String>) -> Self
The ARN for the access point.
sourcepub fn set_access_point_arn(self, input: Option<String>) -> Self
pub fn set_access_point_arn(self, input: Option<String>) -> Self
The ARN for the access point.
sourcepub fn bucket_account_id(self, input: impl Into<String>) -> Self
pub fn bucket_account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
sourcepub fn set_bucket_account_id(self, input: Option<String>) -> Self
pub fn set_bucket_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
sourcepub fn build(self) -> AccessPoint
pub fn build(self) -> AccessPoint
Consumes the builder and constructs a AccessPoint.