public static interface JobFilter.Builder extends SdkPojo, CopyableBuilder<JobFilter.Builder,JobFilter>
| Modifier and Type | Method and Description |
|---|---|
JobFilter.Builder |
name(JobFilterName name)
The name of the filter.
|
JobFilter.Builder |
name(String name)
The name of the filter.
|
JobFilter.Builder |
values(Collection<String> values)
The value of the filter.
|
JobFilter.Builder |
values(String... values)
The value of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobFilter.Builder name(String name)
The name of the filter.
Specify ResourceType to return export jobs of a specific resource type (for example,
Ec2Instance).
Specify JobStatus to return export jobs with a specific status (e.g, Complete).
name - The name of the filter.
Specify ResourceType to return export jobs of a specific resource type (for example,
Ec2Instance).
Specify JobStatus to return export jobs with a specific status (e.g,
Complete).
JobFilterName,
JobFilterNameJobFilter.Builder name(JobFilterName name)
The name of the filter.
Specify ResourceType to return export jobs of a specific resource type (for example,
Ec2Instance).
Specify JobStatus to return export jobs with a specific status (e.g, Complete).
name - The name of the filter.
Specify ResourceType to return export jobs of a specific resource type (for example,
Ec2Instance).
Specify JobStatus to return export jobs with a specific status (e.g,
Complete).
JobFilterName,
JobFilterNameJobFilter.Builder values(Collection<String> values)
The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the name
parameter:
Specify Ec2Instance or AutoScalingGroup if you specify the name
parameter as ResourceType. There is no filter for EBS volumes because volume recommendations
cannot be exported at this time.
Specify Queued, InProgress, Complete, or Failed if you
specify the name parameter as JobStatus.
values - The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the
name parameter:
Specify Ec2Instance or AutoScalingGroup if you specify the name
parameter as ResourceType. There is no filter for EBS volumes because volume
recommendations cannot be exported at this time.
Specify Queued, InProgress, Complete, or Failed if
you specify the name parameter as JobStatus.
JobFilter.Builder values(String... values)
The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the name
parameter:
Specify Ec2Instance or AutoScalingGroup if you specify the name
parameter as ResourceType. There is no filter for EBS volumes because volume recommendations
cannot be exported at this time.
Specify Queued, InProgress, Complete, or Failed if you
specify the name parameter as JobStatus.
values - The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the
name parameter:
Specify Ec2Instance or AutoScalingGroup if you specify the name
parameter as ResourceType. There is no filter for EBS volumes because volume
recommendations cannot be exported at this time.
Specify Queued, InProgress, Complete, or Failed if
you specify the name parameter as JobStatus.
Copyright © 2023. All rights reserved.