public static interface ExperimentTarget.Builder extends SdkPojo, CopyableBuilder<ExperimentTarget.Builder,ExperimentTarget>
| Modifier and Type | Method and Description |
|---|---|
ExperimentTarget.Builder |
filters(Collection<ExperimentTargetFilter> filters)
The filters to apply to identify target resources using specific attributes.
|
ExperimentTarget.Builder |
filters(Consumer<ExperimentTargetFilter.Builder>... filters)
The filters to apply to identify target resources using specific attributes.
|
ExperimentTarget.Builder |
filters(ExperimentTargetFilter... filters)
The filters to apply to identify target resources using specific attributes.
|
ExperimentTarget.Builder |
parameters(Map<String,String> parameters)
The resource type parameters.
|
ExperimentTarget.Builder |
resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
ExperimentTarget.Builder |
resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
ExperimentTarget.Builder |
resourceTags(Map<String,String> resourceTags)
The tags for the target resources.
|
ExperimentTarget.Builder |
resourceType(String resourceType)
The resource type.
|
ExperimentTarget.Builder |
selectionMode(String selectionMode)
Scopes the identified resources to a specific count or percentage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentTarget.Builder resourceType(String resourceType)
The resource type.
resourceType - The resource type.ExperimentTarget.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
resourceArns - The Amazon Resource Names (ARNs) of the resources.ExperimentTarget.Builder resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
resourceArns - The Amazon Resource Names (ARNs) of the resources.ExperimentTarget.Builder resourceTags(Map<String,String> resourceTags)
The tags for the target resources.
resourceTags - The tags for the target resources.ExperimentTarget.Builder filters(Collection<ExperimentTargetFilter> filters)
The filters to apply to identify target resources using specific attributes.
filters - The filters to apply to identify target resources using specific attributes.ExperimentTarget.Builder filters(ExperimentTargetFilter... filters)
The filters to apply to identify target resources using specific attributes.
filters - The filters to apply to identify target resources using specific attributes.ExperimentTarget.Builder filters(Consumer<ExperimentTargetFilter.Builder>... filters)
The filters to apply to identify target resources using specific attributes.
This is a convenience method that creates an instance of theExperimentTargetFilter.Builder avoiding the need to create
one manually via ExperimentTargetFilter.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
ExperimentTargetFilter.Builder#filters(java.util.Collection) ExperimentTarget.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.ExperimentTarget.Builder parameters(Map<String,String> parameters)
The resource type parameters.
parameters - The resource type parameters.Copyright © 2022. All rights reserved.