Struct aws_sdk_appsync::output::create_api_cache_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateApiCacheOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_api_cache(self, input: Option<ApiCache>) -> Self
pub fn set_api_cache(self, input: Option<ApiCache>) -> Self
The ApiCache
object.
sourcepub fn build(self) -> CreateApiCacheOutput
pub fn build(self) -> CreateApiCacheOutput
Consumes the builder and constructs a CreateApiCacheOutput
.