public static interface SubscriberResource.Builder extends SdkPojo, CopyableBuilder<SubscriberResource.Builder,SubscriberResource>
| Modifier and Type | Method and Description |
|---|---|
SubscriberResource.Builder |
accessTypes(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.
|
SubscriberResource.Builder |
accessTypes(Collection<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.
|
SubscriberResource.Builder |
accessTypesWithStrings(Collection<String> 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.
|
SubscriberResource.Builder |
accessTypesWithStrings(String... 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.
|
SubscriberResource.Builder |
accountId(String accountId)
The Amazon Web Services account ID of the account that you are using to create your Amazon Security Lake
account.
|
SubscriberResource.Builder |
createdAt(Instant createdAt)
The date and time when the subscription was created.
|
SubscriberResource.Builder |
externalId(String externalId)
The external ID of the subscriber.
|
SubscriberResource.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) specifying the role of the subscriber.
|
SubscriberResource.Builder |
s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) for the Amazon S3 bucket.
|
SubscriberResource.Builder |
snsArn(String snsArn)
The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
|
SubscriberResource.Builder |
sourceTypes(Collection<SourceType> sourceTypes)
Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services
services.
|
SubscriberResource.Builder |
sourceTypes(Consumer<SourceType.Builder>... sourceTypes)
Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services
services.
|
SubscriberResource.Builder |
sourceTypes(SourceType... sourceTypes)
Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services
services.
|
SubscriberResource.Builder |
subscriberDescription(String subscriberDescription)
The subscriber descriptions for a subscriber account.
|
SubscriberResource.Builder |
subscriberName(String subscriberName)
The name of your Amazon Security Lake subscriber account.
|
SubscriberResource.Builder |
subscriptionEndpoint(String subscriptionEndpoint)
The subscription endpoint to which exception messages are posted.
|
SubscriberResource.Builder |
subscriptionId(String subscriptionId)
The subscription ID of the Amazon Security Lake subscriber account.
|
SubscriberResource.Builder |
subscriptionProtocol(EndpointProtocol subscriptionProtocol)
The subscription protocol to which exception messages are posted.
|
SubscriberResource.Builder |
subscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
|
SubscriberResource.Builder |
subscriptionStatus(String subscriptionStatus)
Subscription status of the Amazon Security Lake subscriber account.
|
SubscriberResource.Builder |
subscriptionStatus(SubscriptionStatus subscriptionStatus)
Subscription status of the Amazon Security Lake subscriber account.
|
SubscriberResource.Builder |
updatedAt(Instant updatedAt)
The date and time when the subscription was created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscriberResource.Builder accessTypesWithStrings(Collection<String> 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 S3 bucket via services like
Amazon Athena. This subscription type is defined as LAKEFORMATION.
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 S3 bucket via services
like Amazon Athena. This subscription type is defined as LAKEFORMATION.
SubscriberResource.Builder accessTypesWithStrings(String... 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 S3 bucket via services like
Amazon Athena. This subscription type is defined as LAKEFORMATION.
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 S3 bucket via services
like Amazon Athena. This subscription type is defined as LAKEFORMATION.
SubscriberResource.Builder accessTypes(Collection<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 S3 bucket via services like
Amazon Athena. This subscription type is defined as LAKEFORMATION.
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 S3 bucket via services
like Amazon Athena. This subscription type is defined as LAKEFORMATION.
SubscriberResource.Builder accessTypes(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 S3 bucket via services like
Amazon Athena. This subscription type is defined as LAKEFORMATION.
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 S3 bucket via services
like Amazon Athena. This subscription type is defined as LAKEFORMATION.
SubscriberResource.Builder accountId(String accountId)
The Amazon Web Services account ID of the account that you are using to create your Amazon Security Lake account.
accountId - The Amazon Web Services account ID of the account that you are using to create your Amazon Security
Lake account.SubscriberResource.Builder createdAt(Instant createdAt)
The date and time when the subscription was created.
createdAt - The date and time when the subscription was created.SubscriberResource.Builder externalId(String externalId)
The external ID of the subscriber. External ID allows the user that is assuming the role to assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.
externalId - The external ID of the subscriber. External ID allows the user that is assuming the role to assert the
circumstances in which they are operating. It also provides a way for the account owner to permit the
role to be assumed only under specific circumstances.SubscriberResource.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) specifying the role of the subscriber.
roleArn - The Amazon Resource Name (ARN) specifying the role of the subscriber.SubscriberResource.Builder s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) for the Amazon S3 bucket.
s3BucketArn - The Amazon Resource Name (ARN) for the Amazon S3 bucket.SubscriberResource.Builder snsArn(String snsArn)
The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
snsArn - The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.SubscriberResource.Builder sourceTypes(Collection<SourceType> sourceTypes)
Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
sourceTypes - Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web
Services services. For more information, see the Amazon Security Lake User Guide.SubscriberResource.Builder sourceTypes(SourceType... sourceTypes)
Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
sourceTypes - Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web
Services services. For more information, see the Amazon Security Lake User Guide.SubscriberResource.Builder sourceTypes(Consumer<SourceType.Builder>... sourceTypes)
Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
This is a convenience method that creates an instance of theSourceType.Builder avoiding the need to create one
manually via SourceType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sourceTypes(List.
sourceTypes - a consumer that will call methods on
SourceType.Builder#sourceTypes(java.util.Collection) SubscriberResource.Builder subscriberDescription(String subscriberDescription)
The subscriber descriptions for a subscriber account. The description for a subscriber includes
subscriberName, accountID, externalID, and subscriptionId
.
subscriberDescription - The subscriber descriptions for a subscriber account. The description for a subscriber includes
subscriberName, accountID, externalID, and
subscriptionId.SubscriberResource.Builder subscriberName(String subscriberName)
The name of your Amazon Security Lake subscriber account.
subscriberName - The name of your Amazon Security Lake subscriber account.SubscriberResource.Builder subscriptionEndpoint(String subscriptionEndpoint)
The subscription endpoint to which exception messages are posted.
subscriptionEndpoint - The subscription endpoint to which exception messages are posted.SubscriberResource.Builder subscriptionId(String subscriptionId)
The subscription ID of the Amazon Security Lake subscriber account.
subscriptionId - The subscription ID of the Amazon Security Lake subscriber account.SubscriberResource.Builder subscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
subscriptionProtocol - The subscription protocol to which exception messages are posted.EndpointProtocol,
EndpointProtocolSubscriberResource.Builder subscriptionProtocol(EndpointProtocol subscriptionProtocol)
The subscription protocol to which exception messages are posted.
subscriptionProtocol - The subscription protocol to which exception messages are posted.EndpointProtocol,
EndpointProtocolSubscriberResource.Builder subscriptionStatus(String subscriptionStatus)
Subscription status of the Amazon Security Lake subscriber account.
subscriptionStatus - Subscription status of the Amazon Security Lake subscriber account.SubscriptionStatus,
SubscriptionStatusSubscriberResource.Builder subscriptionStatus(SubscriptionStatus subscriptionStatus)
Subscription status of the Amazon Security Lake subscriber account.
subscriptionStatus - Subscription status of the Amazon Security Lake subscriber account.SubscriptionStatus,
SubscriptionStatusSubscriberResource.Builder updatedAt(Instant updatedAt)
The date and time when the subscription was created.
updatedAt - The date and time when the subscription was created.Copyright © 2022. All rights reserved.