public static interface UpdateExperimentTemplateTargetInput.Builder extends SdkPojo, CopyableBuilder<UpdateExperimentTemplateTargetInput.Builder,UpdateExperimentTemplateTargetInput>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExperimentTemplateTargetInput.Builder resourceType(String resourceType)
The resource type. The resource type must be supported for the specified action.
resourceType - The resource type. The resource type must be supported for the specified action.UpdateExperimentTemplateTargetInput.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the targets.
resourceArns - The Amazon Resource Names (ARNs) of the targets.UpdateExperimentTemplateTargetInput.Builder resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the targets.
resourceArns - The Amazon Resource Names (ARNs) of the targets.UpdateExperimentTemplateTargetInput.Builder resourceTags(Map<String,String> resourceTags)
The tags for the target resources.
resourceTags - The tags for the target resources.UpdateExperimentTemplateTargetInput.Builder filters(Collection<ExperimentTemplateTargetInputFilter> filters)
The filters to apply to identify target resources using specific attributes.
filters - The filters to apply to identify target resources using specific attributes.UpdateExperimentTemplateTargetInput.Builder filters(ExperimentTemplateTargetInputFilter... filters)
The filters to apply to identify target resources using specific attributes.
filters - The filters to apply to identify target resources using specific attributes.UpdateExperimentTemplateTargetInput.Builder filters(Consumer<ExperimentTemplateTargetInputFilter.Builder>... filters)
The filters to apply to identify target resources using specific attributes.
This is a convenience method that creates an instance of theExperimentTemplateTargetInputFilter.Builder avoiding the
need to create one manually via
ExperimentTemplateTargetInputFilter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
ExperimentTemplateTargetInputFilter.Builder#filters(java.util.Collection) UpdateExperimentTemplateTargetInput.Builder selectionMode(String selectionMode)
Scopes the identified resources to a specific count or percentage.
selectionMode - Scopes the identified resources to a specific count or percentage.UpdateExperimentTemplateTargetInput.Builder parameters(Map<String,String> parameters)
The resource type parameters.
parameters - The resource type parameters.Copyright © 2022. All rights reserved.