public static interface CreateSubscriberResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateSubscriberResponse.Builder,CreateSubscriberResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriberResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) created by you to provide to the subscriber.
|
CreateSubscriberResponse.Builder |
s3BucketArn(String s3BucketArn)
The ARN for the Amazon S3 bucket.
|
CreateSubscriberResponse.Builder |
snsArn(String snsArn)
The ARN for the Amazon Simple Notification Service.
|
CreateSubscriberResponse.Builder |
subscriptionId(String subscriptionId)
The
subscriptionId created by the CreateSubscriber API call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSubscriberResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see IAM identifiers in the Identity and Access Management (IAM) User Guide. .
roleArn - The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about
ARNs and how to use them in policies, see IAM identifiers in
the Identity and Access Management (IAM) User Guide. .CreateSubscriberResponse.Builder s3BucketArn(String s3BucketArn)
The ARN for the Amazon S3 bucket.
s3BucketArn - The ARN for the Amazon S3 bucket.CreateSubscriberResponse.Builder snsArn(String snsArn)
The ARN for the Amazon Simple Notification Service.
snsArn - The ARN for the Amazon Simple Notification Service.CreateSubscriberResponse.Builder subscriptionId(String subscriptionId)
The subscriptionId created by the CreateSubscriber API call.
subscriptionId - The subscriptionId created by the CreateSubscriber API call.Copyright © 2023. All rights reserved.