@Generated(value="software.amazon.awssdk:codegen") public final class SubscriberResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubscriberResource.Builder,SubscriberResource>
Provides details about the Amazon Security Lake account subscription. Subscribers are notified of new objects for a source as the data is written to your Amazon S3 bucket for Security Lake.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubscriberResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AccessType> |
accessTypes()
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or
through messaging to an HTTPS endpoint provided by the subscriber.
|
List<String> |
accessTypesAsStrings()
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or
through messaging to an HTTPS endpoint provided by the subscriber.
|
static SubscriberResource.Builder |
builder() |
Instant |
createdAt()
The date and time when the subscriber was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccessTypes()
For responses, this returns true if the service returned a value for the AccessTypes property.
|
int |
hashCode() |
boolean |
hasSources()
For responses, this returns true if the service returned a value for the Sources property.
|
String |
resourceShareArn()
The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share.
|
String |
resourceShareName()
The name of the resource share.
|
String |
roleArn()
The Amazon Resource Name (ARN) specifying the role of the subscriber.
|
String |
s3BucketArn()
The ARN for the Amazon S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SubscriberResource.Builder> |
serializableBuilderClass() |
List<LogSourceResource> |
sources()
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
String |
subscriberArn()
The subscriber ARN of the Amazon Security Lake subscriber account.
|
String |
subscriberDescription()
The subscriber descriptions for a subscriber account.
|
String |
subscriberEndpoint()
The subscriber endpoint to which exception messages are posted.
|
String |
subscriberId()
The subscriber ID of the Amazon Security Lake subscriber account.
|
AwsIdentity |
subscriberIdentity()
The AWS identity used to access your data.
|
String |
subscriberName()
The name of your Amazon Security Lake subscriber account.
|
SubscriberStatus |
subscriberStatus()
The subscriber status of the Amazon Security Lake subscriber account.
|
String |
subscriberStatusAsString()
The subscriber status of the Amazon Security Lake subscriber account.
|
SubscriberResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time when the subscriber was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<AccessType> accessTypes()
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber.
Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through services
like Amazon Athena. This subscription type is defined as LAKEFORMATION.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAccessTypes() method.
Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through
services like Amazon Athena. This subscription type is defined as LAKEFORMATION.
public final boolean hasAccessTypes()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> accessTypesAsStrings()
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber.
Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through services
like Amazon Athena. This subscription type is defined as LAKEFORMATION.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAccessTypes() method.
Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through
services like Amazon Athena. This subscription type is defined as LAKEFORMATION.
public final Instant createdAt()
The date and time when the subscriber was created.
public final String resourceShareArn()
The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share. Before accepting the RAM resource share invitation, you can view details related to the RAM resource share.
This field is available only for Lake Formation subscribers created after March 8, 2023.
This field is available only for Lake Formation subscribers created after March 8, 2023.
public final String resourceShareName()
The name of the resource share.
public final String roleArn()
The Amazon Resource Name (ARN) specifying the role of the subscriber.
public final String s3BucketArn()
The ARN for the Amazon S3 bucket.
public final boolean hasSources()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<LogSourceResource> sources()
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSources() method.
public final String subscriberArn()
The subscriber ARN of the Amazon Security Lake subscriber account.
public final String subscriberDescription()
The subscriber descriptions for a subscriber account. The description for a subscriber includes
subscriberName, accountID, externalID, and subscriberId.
subscriberName, accountID, externalID, and
subscriberId.public final String subscriberEndpoint()
The subscriber endpoint to which exception messages are posted.
public final String subscriberId()
The subscriber ID of the Amazon Security Lake subscriber account.
public final AwsIdentity subscriberIdentity()
The AWS identity used to access your data.
public final String subscriberName()
The name of your Amazon Security Lake subscriber account.
public final SubscriberStatus subscriberStatus()
The subscriber status of the Amazon Security Lake subscriber account.
If the service returns an enum value that is not available in the current SDK version, subscriberStatus
will return SubscriberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from subscriberStatusAsString().
SubscriberStatuspublic final String subscriberStatusAsString()
The subscriber status of the Amazon Security Lake subscriber account.
If the service returns an enum value that is not available in the current SDK version, subscriberStatus
will return SubscriberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from subscriberStatusAsString().
SubscriberStatuspublic final Instant updatedAt()
The date and time when the subscriber was last updated.
public SubscriberResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubscriberResource.Builder,SubscriberResource>public static SubscriberResource.Builder builder()
public static Class<? extends SubscriberResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.