public static interface DescribeRegistryResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DescribeRegistryResponse.Builder,DescribeRegistryResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistryResponse.Builder |
registryId(String registryId)
The ID of the registry.
|
default DescribeRegistryResponse.Builder |
replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)
The replication configuration for the registry.
|
DescribeRegistryResponse.Builder |
replicationConfiguration(ReplicationConfiguration replicationConfiguration)
The replication configuration for the registry.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRegistryResponse.Builder registryId(String registryId)
The ID of the registry.
registryId - The ID of the registry.DescribeRegistryResponse.Builder replicationConfiguration(ReplicationConfiguration replicationConfiguration)
The replication configuration for the registry.
replicationConfiguration - The replication configuration for the registry.default DescribeRegistryResponse.Builder replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)
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.BuilderreplicationConfiguration(ReplicationConfiguration)Copyright © 2023. All rights reserved.