Interface UpdateExperimentTemplateTargetInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateExperimentTemplateTargetInput.Builder,
,UpdateExperimentTemplateTargetInput> SdkBuilder<UpdateExperimentTemplateTargetInput.Builder,
,UpdateExperimentTemplateTargetInput> SdkPojo
- Enclosing class:
UpdateExperimentTemplateTargetInput
public static interface UpdateExperimentTemplateTargetInput.Builder
extends SdkPojo, CopyableBuilder<UpdateExperimentTemplateTargetInput.Builder,UpdateExperimentTemplateTargetInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe filters to apply to identify target resources using specific attributes.filters
(Consumer<ExperimentTemplateTargetInputFilter.Builder>... filters) The filters to apply to identify target resources using specific attributes.filters
(ExperimentTemplateTargetInputFilter... filters) The filters to apply to identify target resources using specific attributes.parameters
(Map<String, String> parameters) The resource type parameters.resourceArns
(String... resourceArns) The Amazon Resource Names (ARNs) of the targets.resourceArns
(Collection<String> resourceArns) The Amazon Resource Names (ARNs) of the targets.resourceTags
(Map<String, String> resourceTags) The tags for the target resources.resourceType
(String resourceType) The resource type.selectionMode
(String selectionMode) Scopes the identified resources to a specific count or percentage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceType
The resource type. The resource type must be supported for the specified action.
- Parameters:
resourceType
- The resource type. The resource type must be supported for the specified action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The Amazon Resource Names (ARNs) of the targets.
- Parameters:
resourceArns
- The Amazon Resource Names (ARNs) of the targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The Amazon Resource Names (ARNs) of the targets.
- Parameters:
resourceArns
- The Amazon Resource Names (ARNs) of the targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
The tags for the target resources.
- Parameters:
resourceTags
- The tags for the target resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
UpdateExperimentTemplateTargetInput.Builder filters(Collection<ExperimentTemplateTargetInputFilter> filters) The filters to apply to identify target resources using specific attributes.
- Parameters:
filters
- The filters to apply to identify target resources using specific attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters to apply to identify target resources using specific attributes.
- Parameters:
filters
- The filters to apply to identify target resources using specific attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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 viaExperimentTemplateTargetInputFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<ExperimentTemplateTargetInputFilter>)
.- Parameters:
filters
- a consumer that will call methods onExperimentTemplateTargetInputFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
selectionMode
Scopes the identified resources to a specific count or percentage.
- Parameters:
selectionMode
- Scopes the identified resources to a specific count or percentage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The resource type parameters.
- Parameters:
parameters
- The resource type parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-