public static interface UserAccessLoggingSettings.Builder extends SdkPojo, CopyableBuilder<UserAccessLoggingSettings.Builder,UserAccessLoggingSettings>
| Modifier and Type | Method and Description |
|---|---|
UserAccessLoggingSettings.Builder |
associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this user access logging settings is associated with.
|
UserAccessLoggingSettings.Builder |
associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this user access logging settings is associated with.
|
UserAccessLoggingSettings.Builder |
kinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
|
UserAccessLoggingSettings.Builder |
userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserAccessLoggingSettings.Builder associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this user access logging settings is associated with.
associatedPortalArns - A list of web portal ARNs that this user access logging settings is associated with.UserAccessLoggingSettings.Builder associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this user access logging settings is associated with.
associatedPortalArns - A list of web portal ARNs that this user access logging settings is associated with.UserAccessLoggingSettings.Builder kinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
kinesisStreamArn - The ARN of the Kinesis stream.UserAccessLoggingSettings.Builder userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)
The ARN of the user access logging settings.
userAccessLoggingSettingsArn - The ARN of the user access logging settings.Copyright © 2023. All rights reserved.