Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ExportJobRequest.Builder
-
Packages that use ExportJobRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ExportJobRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ExportJobRequest.Builder Modifier and Type Method Description static ExportJobRequest.BuilderExportJobRequest. builder()ExportJobRequest.BuilderExportJobRequest.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location where you want to export endpoint definitions to.ExportJobRequest.BuilderExportJobRequest.Builder. s3UrlPrefix(String s3UrlPrefix)The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket where you want to export endpoint definitions to.ExportJobRequest.BuilderExportJobRequest.Builder. segmentId(String segmentId)The identifier for the segment to export endpoint definitions from.ExportJobRequest.BuilderExportJobRequest.Builder. segmentVersion(Integer segmentVersion)The version of the segment to export endpoint definitions from, if specified.ExportJobRequest.BuilderExportJobRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ExportJobRequest.Builder Modifier and Type Method Description static Class<? extends ExportJobRequest.Builder>ExportJobRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ExportJobRequest.Builder Modifier and Type Method Description default CreateExportJobRequest.BuilderCreateExportJobRequest.Builder. exportJobRequest(Consumer<ExportJobRequest.Builder> exportJobRequest)Sets the value of the ExportJobRequest property for this object.
-