| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.customDataIdentifierIds(String... customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.description(String description)
The custom description of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.initialRun(Boolean initialRun)
Specifies whether the job has run for the first time.
|
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(JobStatus jobStatus)
The current status of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobStatus(String jobStatus)
The current status of the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobType(JobType jobType)
The schedule for running the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.jobType(String jobType)
The schedule for running the job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.lastRunTime(Instant lastRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job last ran.
|
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 the job is configured to analyze, and the scope of that analysis.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.s3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that the job is configured to analyze, and the scope of that analysis.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.samplingPercentage(Integer samplingPercentage)
The sampling depth, as a percentage, that determines the number of objects that the job processes.
|
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 most recent run.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.statistics(Statistics statistics)
The number of times that the job has run and processing statistics for the job's most recent run.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.tags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the
classification job.
|
DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeClassificationJobResponse.Builder> |
DescribeClassificationJobResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.