Interface CreateAgentGoalRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAgentGoalRequest.Builder,,CreateAgentGoalRequest> SdkBuilder<CreateAgentGoalRequest.Builder,,CreateAgentGoalRequest> SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
CreateAgentGoalRequest
@Mutable
@NotThreadSafe
public static interface CreateAgentGoalRequest.Builder
extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<CreateAgentGoalRequest.Builder,CreateAgentGoalRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description(String description) A description of the goal.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pillars(Collection<Pillar> pillars) The Well-Architected Tool Framework pillars to associate with this goal.The Well-Architected Tool Framework pillars to associate with this goal.pillarsWithStrings(String... pillars) The Well-Architected Tool Framework pillars to associate with this goal.pillarsWithStrings(Collection<String> pillars) The Well-Architected Tool Framework pillars to associate with this goal.profileArn(String profileArn) The Amazon Resource Name (ARN) of the profile to associate the goal with.The title of the goal.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
Method Details
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The Amazon Resource Name (ARN) of the profile to associate the goal with.
- Parameters:
profileArn- The Amazon Resource Name (ARN) of the profile to associate the goal with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarsWithStrings
The Well-Architected Tool Framework pillars to associate with this goal.
- Parameters:
pillars- The Well-Architected Tool Framework pillars to associate with this goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarsWithStrings
The Well-Architected Tool Framework pillars to associate with this goal.
- Parameters:
pillars- The Well-Architected Tool Framework pillars to associate with this goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillars
The Well-Architected Tool Framework pillars to associate with this goal.
- Parameters:
pillars- The Well-Architected Tool Framework pillars to associate with this goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillars
The Well-Architected Tool Framework pillars to associate with this goal.
- Parameters:
pillars- The Well-Architected Tool Framework pillars to associate with this goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the goal.
- Parameters:
title- The title of the goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the goal.
- Parameters:
description- A description of the goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAgentGoalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAgentGoalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-