pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteGitHubAccountTokenOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn token_name(self, input: impl Into<String>) -> Self
pub fn token_name(self, input: impl Into<String>) -> Self
The name of the GitHub account connection that was deleted.
sourcepub fn set_token_name(self, input: Option<String>) -> Self
pub fn set_token_name(self, input: Option<String>) -> Self
The name of the GitHub account connection that was deleted.
sourcepub fn build(self) -> DeleteGitHubAccountTokenOutput
pub fn build(self) -> DeleteGitHubAccountTokenOutput
Consumes the builder and constructs a DeleteGitHubAccountTokenOutput
.