public static interface CreateSubscriberResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateSubscriberResponse.Builder,CreateSubscriberResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriberResponse.Builder |
resourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share.
|
CreateSubscriberResponse.Builder |
resourceShareName(String resourceShareName)
The name of the resource share.
|
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 resourceShareArn(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.
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.CreateSubscriberResponse.Builder resourceShareName(String resourceShareName)
The name of the resource share.
resourceShareName - The name of the resource share.CreateSubscriberResponse.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 Amazon Security Lake 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 Amazon
Security Lake 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.