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