public PackageMaterialProperties repositoryConfiguration() { PackageMaterialProperties repositoryConfigurationResponse = new PackageMaterialProperties(); repositoryConfigurationResponse.addPackageMaterialProperty( Constants.S3_BUCKET, new PackageMaterialProperty().withDisplayName("S3 Bucket").withDisplayOrder("0")); return repositoryConfigurationResponse; }
public PackageMaterialProperties packageConfiguration() { PackageMaterialProperties packageConfigurationResponse = new PackageMaterialProperties(); packageConfigurationResponse.addPackageMaterialProperty( Constants.S3_PATH, new PackageMaterialProperty().withDisplayName("S3 Path").withDisplayOrder("0")); return packageConfigurationResponse; }