Struct aws_sdk_codestar::output::create_project_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateProjectOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the created project.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the created project.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
A user- or system-generated token that identifies the entity that requested project creation.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
A user- or system-generated token that identifies the entity that requested project creation.
sourcepub fn project_template_id(self, input: impl Into<String>) -> Self
pub fn project_template_id(self, input: impl Into<String>) -> Self
Reserved for future use.
sourcepub fn set_project_template_id(self, input: Option<String>) -> Self
pub fn set_project_template_id(self, input: Option<String>) -> Self
Reserved for future use.
sourcepub fn build(self) -> CreateProjectOutput
pub fn build(self) -> CreateProjectOutput
Consumes the builder and constructs a CreateProjectOutput
.