pub struct Builder { /* private fields */ }
Expand description
A builder for ListServicePipelineOutputsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service whose pipeline's outputs you want.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service whose pipeline's outputs you want.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
sourcepub fn build(self) -> Result<ListServicePipelineOutputsInput, BuildError>
pub fn build(self) -> Result<ListServicePipelineOutputsInput, BuildError>
Consumes the builder and constructs a ListServicePipelineOutputsInput
.