public static interface CreateUserAccessLoggingSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<CreateUserAccessLoggingSettingsRequest.Builder,CreateUserAccessLoggingSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserAccessLoggingSettingsRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Idempotency ensures that an API request completes only once. With an idempotent request, if the
original request completes successfully, subsequent retries with the same client token returns the
result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
CreateUserAccessLoggingSettingsRequest.Builder kinesisStreamArn(String kinesisStreamArn)
The ARN of the Kinesis stream.
kinesisStreamArn - The ARN of the Kinesis stream.CreateUserAccessLoggingSettingsRequest.Builder tags(Collection<Tag> tags)
The tags to add to the user settings resource. A tag is a key-value pair.
tags - The tags to add to the user settings resource. A tag is a key-value pair.CreateUserAccessLoggingSettingsRequest.Builder tags(Tag... tags)
The tags to add to the user settings resource. A tag is a key-value pair.
tags - The tags to add to the user settings resource. A tag is a key-value pair.CreateUserAccessLoggingSettingsRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add to the user settings resource. A tag is a key-value pair.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateUserAccessLoggingSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserAccessLoggingSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.