Struct aws_sdk_codestar::output::describe_project_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeProjectOutput
.
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) for the project.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the project.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the project, if any.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the project, if any.
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 created_time_stamp(self, input: DateTime) -> Self
pub fn created_time_stamp(self, input: DateTime) -> Self
The date and time the project was created, in timestamp format.
sourcepub fn set_created_time_stamp(self, input: Option<DateTime>) -> Self
pub fn set_created_time_stamp(self, input: Option<DateTime>) -> Self
The date and time the project was created, in timestamp format.
sourcepub fn stack_id(self, input: impl Into<String>) -> Self
pub fn stack_id(self, input: impl Into<String>) -> Self
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
sourcepub fn set_stack_id(self, input: Option<String>) -> Self
pub fn set_stack_id(self, input: Option<String>) -> Self
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
sourcepub fn project_template_id(self, input: impl Into<String>) -> Self
pub fn project_template_id(self, input: impl Into<String>) -> Self
The ID for the AWS CodeStar project template used to create the project.
sourcepub fn set_project_template_id(self, input: Option<String>) -> Self
pub fn set_project_template_id(self, input: Option<String>) -> Self
The ID for the AWS CodeStar project template used to create the project.
sourcepub fn status(self, input: ProjectStatus) -> Self
pub fn status(self, input: ProjectStatus) -> Self
The project creation or deletion status.
sourcepub fn set_status(self, input: Option<ProjectStatus>) -> Self
pub fn set_status(self, input: Option<ProjectStatus>) -> Self
The project creation or deletion status.
sourcepub fn build(self) -> DescribeProjectOutput
pub fn build(self) -> DescribeProjectOutput
Consumes the builder and constructs a DescribeProjectOutput
.