Interface UpdatedDiscoveryConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedDiscoveryConfiguration.Builder,,UpdatedDiscoveryConfiguration> SdkBuilder<UpdatedDiscoveryConfiguration.Builder,,UpdatedDiscoveryConfiguration> SdkPojo
- Enclosing class:
UpdatedDiscoveryConfiguration
@Mutable
@NotThreadSafe
public static interface UpdatedDiscoveryConfiguration.Builder
extends SdkPojo, CopyableBuilder<UpdatedDiscoveryConfiguration.Builder,UpdatedDiscoveryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizerConfiguration(Consumer<UpdatedAuthorizerConfiguration.Builder> authorizerConfiguration) Authorization configuration for the registry, with PATCH semanticsauthorizerConfiguration(UpdatedAuthorizerConfiguration authorizerConfiguration) Authorization configuration for the registry, with PATCH semanticsMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authorizerConfiguration
UpdatedDiscoveryConfiguration.Builder authorizerConfiguration(UpdatedAuthorizerConfiguration authorizerConfiguration) Authorization configuration for the registry, with PATCH semantics
- Parameters:
authorizerConfiguration- Authorization configuration for the registry, with PATCH semantics- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerConfiguration
default UpdatedDiscoveryConfiguration.Builder authorizerConfiguration(Consumer<UpdatedAuthorizerConfiguration.Builder> authorizerConfiguration) Authorization configuration for the registry, with PATCH semantics
This is a convenience method that creates an instance of theUpdatedAuthorizerConfiguration.Builderavoiding the need to create one manually viaUpdatedAuthorizerConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizerConfiguration(UpdatedAuthorizerConfiguration).- Parameters:
authorizerConfiguration- a consumer that will call methods onUpdatedAuthorizerConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-