Interface UserAccessLoggingSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserAccessLoggingSettings.Builder,
,UserAccessLoggingSettings> SdkBuilder<UserAccessLoggingSettings.Builder,
,UserAccessLoggingSettings> SdkPojo
- Enclosing class:
UserAccessLoggingSettings
@Mutable
@NotThreadSafe
public static interface UserAccessLoggingSettings.Builder
extends SdkPojo, CopyableBuilder<UserAccessLoggingSettings.Builder,UserAccessLoggingSettings>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedPortalArns
(String... associatedPortalArns) A list of web portal ARNs that this user access logging settings is associated with.associatedPortalArns
(Collection<String> associatedPortalArns) A list of web portal ARNs that this user access logging settings is associated with.kinesisStreamArn
(String kinesisStreamArn) The ARN of the Kinesis stream.userAccessLoggingSettingsArn
(String userAccessLoggingSettingsArn) The ARN of the user access logging settings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
associatedPortalArns
A list of web portal ARNs that this user access logging settings is associated with.
- Parameters:
associatedPortalArns
- A list of web portal ARNs that this user access logging settings is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedPortalArns
A list of web portal ARNs that this user access logging settings is associated with.
- Parameters:
associatedPortalArns
- A list of web portal ARNs that this user access logging settings is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisStreamArn
The ARN of the Kinesis stream.
- Parameters:
kinesisStreamArn
- The ARN of the Kinesis stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAccessLoggingSettingsArn
The ARN of the user access logging settings.
- Parameters:
userAccessLoggingSettingsArn
- The ARN of the user access logging settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-