@Generated(value="software.amazon.awssdk:codegen") public final class AwsEventSchemasRegistryDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEventSchemasRegistryDetails.Builder,AwsEventSchemasRegistryDetails>
A schema defines the structure of events that are sent to Amazon EventBridge. Schema registries are containers for schemas. They collect and organize schemas so that your schemas are in logical groups.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEventSchemasRegistryDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEventSchemasRegistryDetails.Builder |
builder() |
String |
description()
A description of the registry to be created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryArn()
The Amazon Resource Name (ARN) of the registry.
|
String |
registryName()
The name of the schema registry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEventSchemasRegistryDetails.Builder> |
serializableBuilderClass() |
AwsEventSchemasRegistryDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description of the registry to be created.
public final String registryArn()
The Amazon Resource Name (ARN) of the registry.
public final String registryName()
The name of the schema registry.
public AwsEventSchemasRegistryDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEventSchemasRegistryDetails.Builder,AwsEventSchemasRegistryDetails>public static AwsEventSchemasRegistryDetails.Builder builder()
public static Class<? extends AwsEventSchemasRegistryDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.