DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.allowListIds(String... allowListIds) |
An array of unique identifiers, one for each allow list that the job uses when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.allowListIds(Collection<String> allowListIds) |
An array of unique identifiers, one for each allow list that the job uses when it analyzes data.
|
static DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.builder() |
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.clientToken(String clientToken) |
The token that was provided to ensure the idempotency of the request to create the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.createdAt(Instant createdAt) |
The date and time, in UTC and extended ISO 8601 format, when the job was created.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.customDataIdentifierIds(String... customDataIdentifierIds) |
An array of unique identifiers, one for each custom data identifier that the job uses when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.customDataIdentifierIds(Collection<String> customDataIdentifierIds) |
An array of unique identifiers, one for each custom data identifier that the job uses when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.description(String description) |
The custom description of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.initialRun(Boolean initialRun) |
For a recurring job, specifies whether you configured the job to analyze all existing, eligible objects
immediately after the job was created (true).
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobArn(String jobArn) |
The Amazon Resource Name (ARN) of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobId(String jobId) |
The unique identifier for the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobStatus(String jobStatus) |
The current status of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobStatus(JobStatus jobStatus) |
The current status of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobType(String jobType) |
The schedule for running the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobType(JobType jobType) |
The schedule for running the job.
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.lastRunErrorStatus(Consumer<LastRunErrorStatus.Builder> lastRunErrorStatus) |
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.lastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus) |
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.lastRunTime(Instant lastRunTime) |
The date and time, in UTC and extended ISO 8601 format, when the job started.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.managedDataIdentifierIds(String... managedDataIdentifierIds) |
An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to
include (use) or exclude (not use) when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.managedDataIdentifierIds(Collection<String> managedDataIdentifierIds) |
An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to
include (use) or exclude (not use) when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.managedDataIdentifierSelector(String managedDataIdentifierSelector) |
The selection type that determines which managed data identifiers the job uses when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.managedDataIdentifierSelector(ManagedDataIdentifierSelector managedDataIdentifierSelector) |
The selection type that determines which managed data identifiers the job uses when it analyzes data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.name(String name) |
The custom name of the job.
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.s3JobDefinition(Consumer<S3JobDefinition.Builder> s3JobDefinition) |
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.s3JobDefinition(S3JobDefinition s3JobDefinition) |
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.samplingPercentage(Integer samplingPercentage) |
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job
analyzes.
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.scheduleFrequency(Consumer<JobScheduleFrequency.Builder> scheduleFrequency) |
The recurrence pattern for running the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.scheduleFrequency(JobScheduleFrequency scheduleFrequency) |
The recurrence pattern for running the job.
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.statistics(Consumer<Statistics.Builder> statistics) |
The number of times that the job has run and processing statistics for the job's current run.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.statistics(Statistics statistics) |
The number of times that the job has run and processing statistics for the job's current run.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.tags(Map<String,String> tags) |
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification
job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.toBuilder() |
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.userPausedDetails(Consumer<UserPausedDetails.Builder> userPausedDetails) |
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job
run will expire and be cancelled if it isn't resumed.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.userPausedDetails(UserPausedDetails userPausedDetails) |
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job
run will expire and be cancelled if it isn't resumed.
|