Uses of Class
software.amazon.awssdk.codegen.model.config.customization.S3ArnableFieldConfig
-
Packages that use S3ArnableFieldConfig Package Description software.amazon.awssdk.codegen.model.config.customization -
-
Uses of S3ArnableFieldConfig in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return S3ArnableFieldConfig Modifier and Type Method Description S3ArnableFieldConfig
S3ArnableFieldConfig. setArnConverterFqcn(String arnConverterFqcn)
Sets the arnConverterFqcnS3ArnableFieldConfig
S3ArnableFieldConfig. setArnResourceFqcn(String arnResourceFqcn)
Sets the arnResourceFqcnS3ArnableFieldConfig
S3ArnableFieldConfig. setArnResourceSubstitutionGetter(String arnResourceSubstitutionGetter)
Sets the arnResourceSubstitutionGetterS3ArnableFieldConfig
S3ArnableFieldConfig. setBaseArnResourceFqcn(String baseArnResourceFqcn)
Sets the baseArnResourceFqcnS3ArnableFieldConfig
S3ArnableFieldConfig. setExecutionAttributeKeyFqcn(String executionAttributeKeyFqcn)
Sets the executionAttributeKeyFqcnS3ArnableFieldConfig
S3ArnableFieldConfig. setExecutionAttributeValueFqcn(String executionAttributeValueFqcn)
Sets the executionAttributeValueFqcnS3ArnableFieldConfig
S3ArnableFieldConfig. setField(String field)
Sets the fieldS3ArnableFieldConfig
S3ArnableFieldConfig. setOtherFieldsToPopulate(Map<String,String> otherFieldsToPopulate)
Sets the otherFieldsToPopulateS3ArnableFieldConfig
S3ArnableFieldConfig. setSubstitionSetterToGetter(Map<String,String> substitionSetterToGetter)
Sets the substitionSetterToGetterMethods in software.amazon.awssdk.codegen.model.config.customization that return types with arguments of type S3ArnableFieldConfig Modifier and Type Method Description Map<String,S3ArnableFieldConfig>
CustomizationConfig. getS3ArnableFields()
Method parameters in software.amazon.awssdk.codegen.model.config.customization with type arguments of type S3ArnableFieldConfig Modifier and Type Method Description void
CustomizationConfig. setS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields)
CustomizationConfig
CustomizationConfig. withS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields)
-