Struct aws_sdk_athena::model::calculation_result::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CalculationResult
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn std_out_s3_uri(self, input: impl Into<String>) -> Self
pub fn std_out_s3_uri(self, input: impl Into<String>) -> Self
The Amazon S3 location of the stdout
file for the calculation.
sourcepub fn set_std_out_s3_uri(self, input: Option<String>) -> Self
pub fn set_std_out_s3_uri(self, input: Option<String>) -> Self
The Amazon S3 location of the stdout
file for the calculation.
sourcepub fn std_error_s3_uri(self, input: impl Into<String>) -> Self
pub fn std_error_s3_uri(self, input: impl Into<String>) -> Self
The Amazon S3 location of the stderr
error messages file for the calculation.
sourcepub fn set_std_error_s3_uri(self, input: Option<String>) -> Self
pub fn set_std_error_s3_uri(self, input: Option<String>) -> Self
The Amazon S3 location of the stderr
error messages file for the calculation.
sourcepub fn result_s3_uri(self, input: impl Into<String>) -> Self
pub fn result_s3_uri(self, input: impl Into<String>) -> Self
The Amazon S3 location of the folder for the calculation results.
sourcepub fn set_result_s3_uri(self, input: Option<String>) -> Self
pub fn set_result_s3_uri(self, input: Option<String>) -> Self
The Amazon S3 location of the folder for the calculation results.
sourcepub fn result_type(self, input: impl Into<String>) -> Self
pub fn result_type(self, input: impl Into<String>) -> Self
The data format of the calculation result.
sourcepub fn set_result_type(self, input: Option<String>) -> Self
pub fn set_result_type(self, input: Option<String>) -> Self
The data format of the calculation result.
sourcepub fn build(self) -> CalculationResult
pub fn build(self) -> CalculationResult
Consumes the builder and constructs a CalculationResult
.