public static interface UpdateExperimentTemplateRequest.Builder extends FisRequest.Builder, SdkPojo, CopyableBuilder<UpdateExperimentTemplateRequest.Builder,UpdateExperimentTemplateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExperimentTemplateRequest.Builder id(String id)
The ID of the experiment template.
id - The ID of the experiment template.UpdateExperimentTemplateRequest.Builder description(String description)
A description for the template.
description - A description for the template.UpdateExperimentTemplateRequest.Builder stopConditions(Collection<UpdateExperimentTemplateStopConditionInput> stopConditions)
The stop conditions for the experiment.
stopConditions - The stop conditions for the experiment.UpdateExperimentTemplateRequest.Builder stopConditions(UpdateExperimentTemplateStopConditionInput... stopConditions)
The stop conditions for the experiment.
stopConditions - The stop conditions for the experiment.UpdateExperimentTemplateRequest.Builder stopConditions(Consumer<UpdateExperimentTemplateStopConditionInput.Builder>... stopConditions)
The stop conditions for the experiment.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, List.Builder#build()
is called immediately and its result is passed to #stopConditions(List) .stopConditions - a consumer that will call methods on List.Builder #stopConditions(List) UpdateExperimentTemplateRequest.Builder targets(Map<String,UpdateExperimentTemplateTargetInput> targets)
The targets for the experiment.
targets - The targets for the experiment.UpdateExperimentTemplateRequest.Builder actions(Map<String,UpdateExperimentTemplateActionInputItem> actions)
The actions for the experiment.
actions - The actions for the experiment.UpdateExperimentTemplateRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.
roleArn - The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform
service actions on your behalf.UpdateExperimentTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateExperimentTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.