@Generated(value="software.amazon.awssdk:codegen") public final class CreateBatchSegmentJobRequest extends PersonalizeRequest implements ToCopyableBuilder<CreateBatchSegmentJobRequest.Builder,CreateBatchSegmentJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBatchSegmentJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateBatchSegmentJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterArn()
The ARN of the filter to apply to the batch segment job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
BatchSegmentJobInput |
jobInput()
The Amazon S3 path for the input data used to generate the batch segment job.
|
String |
jobName()
The name of the batch segment job to create.
|
BatchSegmentJobOutput |
jobOutput()
The Amazon S3 path for the bucket where the job's output will be stored.
|
Integer |
numResults()
The number of predicted users generated by the batch segment job for each line of input data.
|
String |
roleArn()
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input
and output Amazon S3 buckets respectively.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBatchSegmentJobRequest.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version you want the batch segment job to use to generate batch
segments.
|
List<Tag> |
tags()
A list of tags to apply
to the batch segment job.
|
CreateBatchSegmentJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The name of the batch segment job to create.
public final String solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version you want the batch segment job to use to generate batch segments.
public final String filterArn()
The ARN of the filter to apply to the batch segment job. For more information on using filters, see Filtering batch recommendations.
public final Integer numResults()
The number of predicted users generated by the batch segment job for each line of input data.
public final BatchSegmentJobInput jobInput()
The Amazon S3 path for the input data used to generate the batch segment job.
public final BatchSegmentJobOutput jobOutput()
The Amazon S3 path for the bucket where the job's output will be stored.
public final String roleArn()
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output Amazon S3 buckets respectively.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
A list of tags to apply to the batch segment job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public CreateBatchSegmentJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBatchSegmentJobRequest.Builder,CreateBatchSegmentJobRequest>toBuilder in class PersonalizeRequestpublic static CreateBatchSegmentJobRequest.Builder builder()
public static Class<? extends CreateBatchSegmentJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.