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 the user to provide to the subscriber.
|
CreateSubscriberResponse.Builder |
s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) for the Amazon S3 bucket.
|
CreateSubscriberResponse.Builder |
snsArn(String snsArn)
The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
|
CreateSubscriberResponse.Builder |
subscriptionId(String subscriptionId)
The
subscriptionId that was created by the CreateSubscriber API call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSubscriberResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) created by the user to provide to the subscriber. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
roleArn - The Amazon Resource Name (ARN) created by the user to provide to the subscriber. For more information
about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.CreateSubscriberResponse.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.CreateSubscriberResponse.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.CreateSubscriberResponse.Builder subscriptionId(String subscriptionId)
The subscriptionId that was created by the CreateSubscriber API call.
subscriptionId - The subscriptionId that was created by the CreateSubscriber API call.Copyright © 2022. All rights reserved.