static Configuration |
Configuration.fromEbsSnapshot(Consumer<EbsSnapshotConfiguration.Builder> ebsSnapshot) |
Create an instance of this class with ebsSnapshot() initialized to the given value.
|
static Configuration |
Configuration.fromEbsSnapshot(EbsSnapshotConfiguration ebsSnapshot) |
Create an instance of this class with ebsSnapshot() initialized to the given value.
|
static Configuration |
Configuration.fromEcrRepository(Consumer<EcrRepositoryConfiguration.Builder> ecrRepository) |
Create an instance of this class with ecrRepository() initialized to the given value.
|
static Configuration |
Configuration.fromEcrRepository(EcrRepositoryConfiguration ecrRepository) |
Create an instance of this class with ecrRepository() initialized to the given value.
|
static Configuration |
Configuration.fromEfsFileSystem(Consumer<EfsFileSystemConfiguration.Builder> efsFileSystem) |
Create an instance of this class with efsFileSystem() initialized to the given value.
|
static Configuration |
Configuration.fromEfsFileSystem(EfsFileSystemConfiguration efsFileSystem) |
Create an instance of this class with efsFileSystem() initialized to the given value.
|
static Configuration |
Configuration.fromIamRole(Consumer<IamRoleConfiguration.Builder> iamRole) |
Create an instance of this class with iamRole() initialized to the given value.
|
static Configuration |
Configuration.fromIamRole(IamRoleConfiguration iamRole) |
Create an instance of this class with iamRole() initialized to the given value.
|
static Configuration |
Configuration.fromKmsKey(Consumer<KmsKeyConfiguration.Builder> kmsKey) |
Create an instance of this class with kmsKey() initialized to the given value.
|
static Configuration |
Configuration.fromKmsKey(KmsKeyConfiguration kmsKey) |
Create an instance of this class with kmsKey() initialized to the given value.
|
static Configuration |
Configuration.fromRdsDbClusterSnapshot(Consumer<RdsDbClusterSnapshotConfiguration.Builder> rdsDbClusterSnapshot) |
|
static Configuration |
Configuration.fromRdsDbClusterSnapshot(RdsDbClusterSnapshotConfiguration rdsDbClusterSnapshot) |
|
static Configuration |
Configuration.fromRdsDbSnapshot(Consumer<RdsDbSnapshotConfiguration.Builder> rdsDbSnapshot) |
Create an instance of this class with rdsDbSnapshot() initialized to the given value.
|
static Configuration |
Configuration.fromRdsDbSnapshot(RdsDbSnapshotConfiguration rdsDbSnapshot) |
Create an instance of this class with rdsDbSnapshot() initialized to the given value.
|
static Configuration |
Configuration.fromS3Bucket(Consumer<S3BucketConfiguration.Builder> s3Bucket) |
Create an instance of this class with s3Bucket() initialized to the given value.
|
static Configuration |
Configuration.fromS3Bucket(S3BucketConfiguration s3Bucket) |
Create an instance of this class with s3Bucket() initialized to the given value.
|
static Configuration |
Configuration.fromSecretsManagerSecret(Consumer<SecretsManagerSecretConfiguration.Builder> secretsManagerSecret) |
|
static Configuration |
Configuration.fromSecretsManagerSecret(SecretsManagerSecretConfiguration secretsManagerSecret) |
|
static Configuration |
Configuration.fromSnsTopic(Consumer<SnsTopicConfiguration.Builder> snsTopic) |
Create an instance of this class with snsTopic() initialized to the given value.
|
static Configuration |
Configuration.fromSnsTopic(SnsTopicConfiguration snsTopic) |
Create an instance of this class with snsTopic() initialized to the given value.
|
static Configuration |
Configuration.fromSqsQueue(Consumer<SqsQueueConfiguration.Builder> sqsQueue) |
Create an instance of this class with sqsQueue() initialized to the given value.
|
static Configuration |
Configuration.fromSqsQueue(SqsQueueConfiguration sqsQueue) |
Create an instance of this class with sqsQueue() initialized to the given value.
|