Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ExportJobResource.Builder
-
Packages that use ExportJobResource.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ExportJobResource.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ExportJobResource.Builder Modifier and Type Method Description static ExportJobResource.BuilderExportJobResource. builder()ExportJobResource.BuilderExportJobResource.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorized Amazon Pinpoint to access the Amazon S3 location where the endpoint definitions were exported to.ExportJobResource.BuilderExportJobResource.Builder. s3UrlPrefix(String s3UrlPrefix)The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket where the endpoint definitions were exported to.ExportJobResource.BuilderExportJobResource.Builder. segmentId(String segmentId)The identifier for the segment that the endpoint definitions were exported from.ExportJobResource.BuilderExportJobResource.Builder. segmentVersion(Integer segmentVersion)The version of the segment that the endpoint definitions were exported from.ExportJobResource.BuilderExportJobResource. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ExportJobResource.Builder Modifier and Type Method Description static Class<? extends ExportJobResource.Builder>ExportJobResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ExportJobResource.Builder Modifier and Type Method Description default ExportJobResponse.BuilderExportJobResponse.Builder. definition(Consumer<ExportJobResource.Builder> definition)The resource settings that apply to the export job.
-