CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.applicationId(String applicationId) |
The application ID.
|
static CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.builder() |
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.description(String description) |
The configuration profile description.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.id(String id) |
The configuration profile ID.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name of the Key Management Service key to encrypt new configuration data versions in the
AppConfig hosted configuration store.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was
created or updated.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.locationUri(String locationUri) |
The URI location of the configuration.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.name(String name) |
The name of the configuration profile.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.retrievalRoleArn(String retrievalRoleArn) |
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.toBuilder() |
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.type(String type) |
The type of configurations contained in the profile.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.validators(Collection<Validator> validators) |
A list of methods for validating the configuration.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.validators(Consumer<Validator.Builder>... validators) |
A list of methods for validating the configuration.
|
CreateConfigurationProfileResponse.Builder |
CreateConfigurationProfileResponse.Builder.validators(Validator... validators) |
A list of methods for validating the configuration.
|