public class S3ArnableField extends Object
| Constructor and Description |
|---|
S3ArnableField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArnConverterFqcn() |
String |
getArnResourceFqcn() |
String |
getArnResourceSubstitutionGetter() |
String |
getField() |
Map<String,String> |
getOtherFieldsToPopulate() |
S3ArnableField |
withArnConverterFqcn(String arnConverterFqcn)
Sets the arnConverterFqcn
|
S3ArnableField |
withArnResourceFqcn(String arnResourceFqcn)
Sets the arnResourceFqcn
|
S3ArnableField |
withArnResourceSubstitutionGetter(String arnResourceSubstitutionGetter)
Sets the arnResourceSubstitutionGetter
|
S3ArnableField |
withField(String field)
Sets the field
|
S3ArnableField |
withSubstitionSetterToGetter(Map<String,String> substitionSetterToGetter)
Sets the substitionSetterToGetter
|
public String getField()
public S3ArnableField withField(String field)
field - The new field value.public String getArnConverterFqcn()
ArnConverterpublic S3ArnableField withArnConverterFqcn(String arnConverterFqcn)
arnConverterFqcn - The new arnConverterFqcn value.public String getArnResourceFqcn()
public S3ArnableField withArnResourceFqcn(String arnResourceFqcn)
arnResourceFqcn - The new arnResourceFqcn value.public String getArnResourceSubstitutionGetter()
public S3ArnableField withArnResourceSubstitutionGetter(String arnResourceSubstitutionGetter)
arnResourceSubstitutionGetter - The new arnResourceSubstitutionGetter value.public S3ArnableField withSubstitionSetterToGetter(Map<String,String> substitionSetterToGetter)
substitionSetterToGetter - The new substitionSetterToGetter value.Copyright © 2023. All rights reserved.