Struct aws_sdk_s3control::model::async_response_details::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AsyncResponseDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn multi_region_access_point_details(
self,
input: MultiRegionAccessPointsAsyncResponse
) -> Self
pub fn multi_region_access_point_details(
self,
input: MultiRegionAccessPointsAsyncResponse
) -> Self
The details for the Multi-Region Access Point.
sourcepub fn set_multi_region_access_point_details(
self,
input: Option<MultiRegionAccessPointsAsyncResponse>
) -> Self
pub fn set_multi_region_access_point_details(
self,
input: Option<MultiRegionAccessPointsAsyncResponse>
) -> Self
The details for the Multi-Region Access Point.
sourcepub fn error_details(self, input: AsyncErrorDetails) -> Self
pub fn error_details(self, input: AsyncErrorDetails) -> Self
Error details for an asynchronous request.
sourcepub fn set_error_details(self, input: Option<AsyncErrorDetails>) -> Self
pub fn set_error_details(self, input: Option<AsyncErrorDetails>) -> Self
Error details for an asynchronous request.
sourcepub fn build(self) -> AsyncResponseDetails
pub fn build(self) -> AsyncResponseDetails
Consumes the builder and constructs a AsyncResponseDetails.