Class SubscriberResource

    • Method Detail

      • accessTypes

        public 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.

        Returns:
        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.

      • hasAccessTypes

        public final boolean hasAccessTypes()
        For responses, this returns true if the service returned a value for the AccessTypes property. This DOES NOT check that the value is non-empty (for which, you should check the 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.
      • accessTypesAsStrings

        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.

        Returns:
        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.

      • createdAt

        public final Instant createdAt()

        The date and time when the subscriber was created.

        Returns:
        The date and time when the subscriber was created.
      • resourceShareArn

        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.

        Returns:
        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.

      • resourceShareName

        public final String resourceShareName()

        The name of the resource share.

        Returns:
        The name of the resource share.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) specifying the role of the subscriber.

        Returns:
        The Amazon Resource Name (ARN) specifying the role of the subscriber.
      • s3BucketArn

        public final String s3BucketArn()

        The ARN for the Amazon S3 bucket.

        Returns:
        The ARN for the Amazon S3 bucket.
      • hasSources

        public final boolean hasSources()
        For responses, this returns true if the service returned a value for the Sources property. This DOES NOT check that the value is non-empty (for which, you should check the 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.
      • sources

        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.

        Returns:
        Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.
      • subscriberArn

        public final String subscriberArn()

        The subscriber ARN of the Amazon Security Lake subscriber account.

        Returns:
        The subscriber ARN of the Amazon Security Lake subscriber account.
      • subscriberDescription

        public final String subscriberDescription()

        The subscriber descriptions for a subscriber account. The description for a subscriber includes subscriberName, accountID, externalID, and subscriberId.

        Returns:
        The subscriber descriptions for a subscriber account. The description for a subscriber includes subscriberName, accountID, externalID, and subscriberId.
      • subscriberEndpoint

        public final String subscriberEndpoint()

        The subscriber endpoint to which exception messages are posted.

        Returns:
        The subscriber endpoint to which exception messages are posted.
      • subscriberId

        public final String subscriberId()

        The subscriber ID of the Amazon Security Lake subscriber account.

        Returns:
        The subscriber ID of the Amazon Security Lake subscriber account.
      • subscriberIdentity

        public final AwsIdentity subscriberIdentity()

        The AWS identity used to access your data.

        Returns:
        The AWS identity used to access your data.
      • subscriberName

        public final String subscriberName()

        The name of your Amazon Security Lake subscriber account.

        Returns:
        The name of your Amazon Security Lake subscriber account.
      • updatedAt

        public final Instant updatedAt()

        The date and time when the subscriber was last updated.

        Returns:
        The date and time when the subscriber was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)