Struct aws_sdk_appsync::output::get_api_cache_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetApiCacheOutput
.
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) -> GetApiCacheOutput
pub fn build(self) -> GetApiCacheOutput
Consumes the builder and constructs a GetApiCacheOutput
.