pub struct Builder { /* private fields */ }
Expand description
A builder for GetTileOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn binary_file(self, input: ByteStream) -> Self
pub fn binary_file(self, input: ByteStream) -> Self
The output binary file.
sourcepub fn set_binary_file(self, input: Option<ByteStream>) -> Self
pub fn set_binary_file(self, input: Option<ByteStream>) -> Self
The output binary file.
sourcepub fn build(self) -> GetTileOutput
pub fn build(self) -> GetTileOutput
Consumes the builder and constructs a GetTileOutput
.