Class CreateEventBusResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
software.amazon.awssdk.services.eventbridge.model.CreateEventBusResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateEventBusResponse.Builder,CreateEventBusResponse>
@Generated("software.amazon.awssdk:codegen")
public final class CreateEventBusResponse
extends EventBridgeResponse
implements ToCopyableBuilder<CreateEventBusResponse.Builder,CreateEventBusResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final DeadLetterConfigReturns the value of the DeadLetterConfig property for this object.final StringThe event bus description.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe ARN of the new event bus.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.final LogConfigThe logging configuration settings for the event bus.static Class<? extends CreateEventBusResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
eventBusArn
The ARN of the new event bus.
- Returns:
- The ARN of the new event bus.
-
description
The event bus description.
- Returns:
- The event bus description.
-
kmsKeyIdentifier
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
- Returns:
- The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event
bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
-
deadLetterConfig
Returns the value of the DeadLetterConfig property for this object.- Returns:
- The value of the DeadLetterConfig property for this object.
-
logConfig
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
- Returns:
- The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateEventBusResponse.Builder,CreateEventBusResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-