Class DescribeEventBusResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the account permitted to write events to the current account.builder()final InstantThe time the event bus was created.final DeadLetterConfigReturns the value of the DeadLetterConfig property for this object.final StringThe event bus description.final booleanfinal booleanequalsBySdkFields(Object obj) 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 InstantThe time the event bus was last modified.final LogConfigThe logging configuration settings for the event bus.final Stringname()The name of the event bus.final Stringpolicy()The policy that enables the external account to send events to your account.static Class<? extends DescribeEventBusResponse.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
-
name
The name of the event bus. Currently, this is always
default.- Returns:
- The name of the event bus. Currently, this is always
default.
-
arn
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
- Returns:
- The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
-
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.
-
policy
The policy that enables the external account to send events to your account.
- Returns:
- The policy that enables the external account to send events to your account.
-
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.
-
creationTime
The time the event bus was created.
- Returns:
- The time the event bus was created.
-
lastModifiedTime
The time the event bus was last modified.
- Returns:
- The time the event bus was last modified.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse> - 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
-