pub struct UpdateWorkload { /* private fields */ }
Expand description

Fluent builder constructing a request to UpdateWorkload.

Update an existing workload.

Implementations

Sends the request and returns the response.

If an error occurs, an SdkError will be returned with additional details that can be matched against.

By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

The name of the workload.

The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.

The name of the workload.

The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.

The description for the workload.

The description for the workload.

The environment for the workload.

The environment for the workload.

Appends an item to AccountIds.

To override the contents of this collection use set_account_ids.

The list of Amazon Web Services account IDs associated with the workload.

The list of Amazon Web Services account IDs associated with the workload.

Appends an item to AwsRegions.

To override the contents of this collection use set_aws_regions.

The list of Amazon Web Services Regions associated with the workload, for example, us-east-2, or ca-central-1.

The list of Amazon Web Services Regions associated with the workload, for example, us-east-2, or ca-central-1.

Appends an item to NonAwsRegions.

To override the contents of this collection use set_non_aws_regions.

The list of non-Amazon Web Services Regions associated with the workload.

The list of non-Amazon Web Services Regions associated with the workload.

Appends an item to PillarPriorities.

To override the contents of this collection use set_pillar_priorities.

The priorities of the pillars, which are used to order items in the improvement plan. Each pillar is represented by its PillarReviewSummary$PillarId.

The priorities of the pillars, which are used to order items in the improvement plan. Each pillar is represented by its PillarReviewSummary$PillarId.

The URL of the architectural design for the workload.

The URL of the architectural design for the workload.

The review owner of the workload. The name, email address, or identifier for the primary group or individual that owns the workload review process.

The review owner of the workload. The name, email address, or identifier for the primary group or individual that owns the workload review process.

Flag indicating whether the workload owner has acknowledged that the Review owner field is required.

If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.

Flag indicating whether the workload owner has acknowledged that the Review owner field is required.

If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.

The industry type for the workload.

If specified, must be one of the following:

  • Agriculture

  • Automobile

  • Defense

  • Design and Engineering

  • Digital Advertising

  • Education

  • Environmental Protection

  • Financial Services

  • Gaming

  • General Public Services

  • Healthcare

  • Hospitality

  • InfoTech

  • Justice and Public Safety

  • Life Sciences

  • Manufacturing

  • Media & Entertainment

  • Mining & Resources

  • Oil & Gas

  • Power & Utilities

  • Professional Services

  • Real Estate & Construction

  • Retail & Wholesale

  • Social Protection

  • Telecommunications

  • Travel, Transportation & Logistics

  • Other

The industry type for the workload.

If specified, must be one of the following:

  • Agriculture

  • Automobile

  • Defense

  • Design and Engineering

  • Digital Advertising

  • Education

  • Environmental Protection

  • Financial Services

  • Gaming

  • General Public Services

  • Healthcare

  • Hospitality

  • InfoTech

  • Justice and Public Safety

  • Life Sciences

  • Manufacturing

  • Media & Entertainment

  • Mining & Resources

  • Oil & Gas

  • Power & Utilities

  • Professional Services

  • Real Estate & Construction

  • Retail & Wholesale

  • Social Protection

  • Telecommunications

  • Travel, Transportation & Logistics

  • Other

The industry for the workload.

The industry for the workload.

The notes associated with the workload.

The notes associated with the workload.

The improvement status for a workload.

The improvement status for a workload.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more