pub struct Builder { /* private fields */ }Expand description
A builder for DeletePendingAggregationRequestInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn requester_account_id(self, input: impl Into<String>) -> Self
pub fn requester_account_id(self, input: impl Into<String>) -> Self
The 12-digit account ID of the account requesting to aggregate data.
sourcepub fn set_requester_account_id(self, input: Option<String>) -> Self
pub fn set_requester_account_id(self, input: Option<String>) -> Self
The 12-digit account ID of the account requesting to aggregate data.
sourcepub fn requester_aws_region(self, input: impl Into<String>) -> Self
pub fn requester_aws_region(self, input: impl Into<String>) -> Self
The region requesting to aggregate data.
sourcepub fn set_requester_aws_region(self, input: Option<String>) -> Self
pub fn set_requester_aws_region(self, input: Option<String>) -> Self
The region requesting to aggregate data.
sourcepub fn build(self) -> Result<DeletePendingAggregationRequestInput, BuildError>
pub fn build(self) -> Result<DeletePendingAggregationRequestInput, BuildError>
Consumes the builder and constructs a DeletePendingAggregationRequestInput.