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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutReplicationConfigurationResponse.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 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.BuilderreplicationConfiguration(ReplicationConfiguration)Copyright © 2021. All rights reserved.