PipelineOptions for configuring pipeline execution
 for Amazon Web Services components.See: Description
| Interface | Description | 
|---|---|
| AwsOptions | Options used to configure Amazon Web Services specific options such as credentials and region. | 
| S3ClientBuilderFactory | Construct AmazonS3ClientBuilder from S3 pipeline options. | 
| S3Options | Options used to configure Amazon Web Services S3. | 
| Class | Description | 
|---|---|
| AwsModule | A Jackson  Modulethat registers aJsonSerializerandJsonDeserializerforAWSCredentialsProviderand some subclasses. | 
| AwsOptions.AwsRegionFactory | Attempt to load default region. | 
| AwsOptions.AwsUserCredentialsFactory | Attempts to load AWS credentials. | 
| AwsOptions.ClientConfigurationFactory | Default AWS client configuration. | 
| AwsPipelineOptionsRegistrar | A registrar containing the default AWS options. | 
| S3Options.S3UploadBufferSizeBytesFactory | Provide the default s3 upload buffer size in bytes: 64MB if more than 512MB in RAM are
 available and 5MB otherwise. | 
PipelineOptions for configuring pipeline execution
 for Amazon Web Services components.