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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
userAccessLoggingSettingsArnThe 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.
 
- 
associatedPortalArnsA 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.
 
- 
associatedPortalArnsA 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.
 
- 
kinesisStreamArnThe 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.
 
 
-