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
-
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 Detail
-
resourceType
UpdateExperimentTemplateTargetInput.Builder resourceType(String 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
UpdateExperimentTemplateTargetInput.Builder resourceArns(Collection<String> 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
UpdateExperimentTemplateTargetInput.Builder resourceArns(String... 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
UpdateExperimentTemplateTargetInput.Builder resourceTags(Map<String,String> 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
UpdateExperimentTemplateTargetInput.Builder filters(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
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.Builderavoiding the need to create one manually viaExperimentTemplateTargetInputFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - 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:
#filters(java.util.Collection)
-
selectionMode
UpdateExperimentTemplateTargetInput.Builder selectionMode(String 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
UpdateExperimentTemplateTargetInput.Builder parameters(Map<String,String> 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.
-
-