public static interface PutReplicationConfigurationResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<PutReplicationConfigurationResponse.Builder,PutReplicationConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
default PutReplicationConfigurationResponse.Builder |
replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)
The contents of the replication configuration for the registry.
|
PutReplicationConfigurationResponse.Builder |
replicationConfiguration(ReplicationConfiguration replicationConfiguration)
The contents of the replication configuration for the registry.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutReplicationConfigurationResponse.Builder replicationConfiguration(ReplicationConfiguration replicationConfiguration)
The contents of the replication configuration for the registry.
replicationConfiguration
- The contents of the replication configuration for the registry.default PutReplicationConfigurationResponse.Builder replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)
The contents of the replication configuration for the registry.
This is a convenience method that creates an instance of theReplicationConfiguration.Builder
avoiding the need to create one manually via ReplicationConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to replicationConfiguration(ReplicationConfiguration)
.
replicationConfiguration
- a consumer that will call methods on ReplicationConfiguration.Builder
replicationConfiguration(ReplicationConfiguration)
Copyright © 2023. All rights reserved.