Interface UpgradeProfileVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpgradeProfileVersionRequest.Builder,UpgradeProfileVersionRequest>,SdkBuilder<UpgradeProfileVersionRequest.Builder,UpgradeProfileVersionRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpgradeProfileVersionRequest
public static interface UpgradeProfileVersionRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpgradeProfileVersionRequest.Builder,UpgradeProfileVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpgradeProfileVersionRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.UpgradeProfileVersionRequest.BuildermilestoneName(String milestoneName)Sets the value of the MilestoneName property for this object.UpgradeProfileVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpgradeProfileVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpgradeProfileVersionRequest.BuilderprofileArn(String profileArn)The profile ARN.UpgradeProfileVersionRequest.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
workloadId
UpgradeProfileVersionRequest.Builder workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
UpgradeProfileVersionRequest.Builder profileArn(String profileArn)
The profile ARN.
- Parameters:
profileArn- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
milestoneName
UpgradeProfileVersionRequest.Builder milestoneName(String milestoneName)
Sets the value of the MilestoneName property for this object.- Parameters:
milestoneName- The new value for the MilestoneName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
UpgradeProfileVersionRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpgradeProfileVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpgradeProfileVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-