public static interface CreateExperimentTemplateTargetInput.Builder extends SdkPojo, CopyableBuilder<CreateExperimentTemplateTargetInput.Builder,CreateExperimentTemplateTargetInput>
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentTemplateTargetInput.Builder |
filters(Collection<ExperimentTemplateTargetInputFilter> filters)
The filters to apply to identify target resources using specific attributes.
|
CreateExperimentTemplateTargetInput.Builder |
filters(Consumer<ExperimentTemplateTargetInputFilter.Builder>... filters)
The filters to apply to identify target resources using specific attributes.
|
CreateExperimentTemplateTargetInput.Builder |
filters(ExperimentTemplateTargetInputFilter... filters)
The filters to apply to identify target resources using specific attributes.
|
CreateExperimentTemplateTargetInput.Builder |
parameters(Map<String,String> parameters)
The resource type parameters.
|
CreateExperimentTemplateTargetInput.Builder |
resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
CreateExperimentTemplateTargetInput.Builder |
resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
CreateExperimentTemplateTargetInput.Builder |
resourceTags(Map<String,String> resourceTags)
The tags for the target resources.
|
CreateExperimentTemplateTargetInput.Builder |
resourceType(String resourceType)
The resource type.
|
CreateExperimentTemplateTargetInput.Builder |
selectionMode(String selectionMode)
Scopes the identified resources to a specific count of the resources at random, or a percentage of the
resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExperimentTemplateTargetInput.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.CreateExperimentTemplateTargetInput.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
resourceArns - The Amazon Resource Names (ARNs) of the resources.CreateExperimentTemplateTargetInput.Builder resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
resourceArns - The Amazon Resource Names (ARNs) of the resources.CreateExperimentTemplateTargetInput.Builder resourceTags(Map<String,String> resourceTags)
The tags for the target resources.
resourceTags - The tags for the target resources.CreateExperimentTemplateTargetInput.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.CreateExperimentTemplateTargetInput.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.CreateExperimentTemplateTargetInput.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) CreateExperimentTemplateTargetInput.Builder selectionMode(String selectionMode)
Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.
ALL - Run the action on all identified targets. This is the default.
COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.
PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.
selectionMode - Scopes the identified resources to a specific count of the resources at random, or a percentage of the
resources. All identified resources are included in the target.
ALL - Run the action on all identified targets. This is the default.
COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.
PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.
CreateExperimentTemplateTargetInput.Builder parameters(Map<String,String> parameters)
The resource type parameters.
parameters - The resource type parameters.Copyright © 2023. All rights reserved.