Class ImportJobResource
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ImportJobResource.Builder,- ImportJobResource> 
Provides information about the resource settings for a job that imports endpoint definitions from one or more files. The files can be stored in an Amazon Simple Storage Service (Amazon S3) bucket or uploaded directly from a computer by using the Amazon Pinpoint console.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ImportJobResource.Builderbuilder()final BooleanSpecifies whether the import job creates a segment that contains the endpoints, when the endpoint definitions are imported.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.final Formatformat()The format of the files that contain the endpoint definitions to import.final StringThe format of the files that contain the endpoint definitions to import.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanSpecifies whether the import job registers the endpoints with Amazon Pinpoint, when the endpoint definitions are imported.final StringroleArn()The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location to import endpoint definitions from.final Strings3Url()The URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to import.final StringThe identifier for the segment that the import job updates or adds endpoint definitions to, if the import job updates an existing segment.final StringThe custom name for the segment that's created by the import job, if the value of the DefineSegment property is true.static Class<? extends ImportJobResource.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
defineSegmentSpecifies whether the import job creates a segment that contains the endpoints, when the endpoint definitions are imported. - Returns:
- Specifies whether the import job creates a segment that contains the endpoints, when the endpoint definitions are imported.
 
- 
externalId(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when importing endpoint definitions, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint. - Returns:
- (Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when importing endpoint definitions, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint.
 
- 
formatThe format of the files that contain the endpoint definitions to import. Valid values are: CSV, for comma-separated values format; and, JSON, for newline-delimited JSON format. If the files are stored in an Amazon S3 location and that location contains multiple files that use different formats, Amazon Pinpoint imports data only from the files that use the specified format. If the service returns an enum value that is not available in the current SDK version, formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the files that contain the endpoint definitions to import. Valid values are: CSV, for
         comma-separated values format; and, JSON, for newline-delimited JSON format.
         If the files are stored in an Amazon S3 location and that location contains multiple files that use different formats, Amazon Pinpoint imports data only from the files that use the specified format. 
- See Also:
 
- 
formatAsStringThe format of the files that contain the endpoint definitions to import. Valid values are: CSV, for comma-separated values format; and, JSON, for newline-delimited JSON format. If the files are stored in an Amazon S3 location and that location contains multiple files that use different formats, Amazon Pinpoint imports data only from the files that use the specified format. If the service returns an enum value that is not available in the current SDK version, formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the files that contain the endpoint definitions to import. Valid values are: CSV, for
         comma-separated values format; and, JSON, for newline-delimited JSON format.
         If the files are stored in an Amazon S3 location and that location contains multiple files that use different formats, Amazon Pinpoint imports data only from the files that use the specified format. 
- See Also:
 
- 
registerEndpointsSpecifies whether the import job registers the endpoints with Amazon Pinpoint, when the endpoint definitions are imported. - Returns:
- Specifies whether the import job registers the endpoints with Amazon Pinpoint, when the endpoint definitions are imported.
 
- 
roleArnThe Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location to import endpoint definitions from. - Returns:
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location to import endpoint definitions from.
 
- 
s3UrlThe URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to import. This location can be a folder or a single file. If the location is a folder, Amazon Pinpoint imports endpoint definitions from the files in this location, including any subfolders that the folder contains. The URL should be in the following format: s3:// bucket-name /folder-name /file-name . The location can end with the key for an individual object or a prefix that qualifies multiple objects.- Returns:
- The URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to
         import. This location can be a folder or a single file. If the location is a folder, Amazon Pinpoint
         imports endpoint definitions from the files in this location, including any subfolders that the folder
         contains.
         The URL should be in the following format: s3:// bucket-name /folder -name /file-name . The location can end with the key for an individual object or a prefix that qualifies multiple objects.
 
- 
segmentIdThe identifier for the segment that the import job updates or adds endpoint definitions to, if the import job updates an existing segment. - Returns:
- The identifier for the segment that the import job updates or adds endpoint definitions to, if the import job updates an existing segment.
 
- 
segmentNameThe custom name for the segment that's created by the import job, if the value of the DefineSegment property is true. - Returns:
- The custom name for the segment that's created by the import job, if the value of the DefineSegment property is true.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ImportJobResource.Builder,- ImportJobResource> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-