Class AwsEventsEventbusDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEventsEventbusDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEventsEventbusDetails.Builder,AwsEventsEventbusDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEventsEventbusDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEventsEventbusDetails.Builder,AwsEventsEventbusDetails>
Provides details about Amazon EventBridge event bus. An event bus is a router that receives events and delivers them to zero or more destinations, or targets. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEventsEventbusDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the account permitted to write events to the current account.static AwsEventsEventbusDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the event bus.Stringpolicy()The policy that enables the external account to send events to your account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsEventsEventbusDetails.Builder>serializableBuilderClass()AwsEventsEventbusDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String 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.
-
name
public final String name()
The name of the event bus.
- Returns:
- The name of the event bus.
-
policy
public final String 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.
-
toBuilder
public AwsEventsEventbusDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsEventsEventbusDetails.Builder,AwsEventsEventbusDetails>
-
builder
public static AwsEventsEventbusDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEventsEventbusDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-