Interface ListUserAccessLoggingSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListUserAccessLoggingSettingsResponse.Builder,
,ListUserAccessLoggingSettingsResponse> SdkBuilder<ListUserAccessLoggingSettingsResponse.Builder,
,ListUserAccessLoggingSettingsResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesWebResponse.Builder
- Enclosing class:
ListUserAccessLoggingSettingsResponse
@Mutable
@NotThreadSafe
public static interface ListUserAccessLoggingSettingsResponse.Builder
extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListUserAccessLoggingSettingsResponse.Builder,ListUserAccessLoggingSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token used to retrieve the next page of results for this operation.userAccessLoggingSettings
(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings) The user access logging settings.userAccessLoggingSettings
(Consumer<UserAccessLoggingSettingsSummary.Builder>... userAccessLoggingSettings) The user access logging settings.userAccessLoggingSettings
(UserAccessLoggingSettingsSummary... userAccessLoggingSettings) 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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workspacesweb.model.WorkSpacesWebResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
nextToken
The pagination token used to retrieve the next page of results for this operation.
- Parameters:
nextToken
- The pagination token used to retrieve the next page of results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAccessLoggingSettings
ListUserAccessLoggingSettingsResponse.Builder userAccessLoggingSettings(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings) The user access logging settings.
- Parameters:
userAccessLoggingSettings
- The user access logging settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAccessLoggingSettings
ListUserAccessLoggingSettingsResponse.Builder userAccessLoggingSettings(UserAccessLoggingSettingsSummary... userAccessLoggingSettings) The user access logging settings.
- Parameters:
userAccessLoggingSettings
- The user access logging settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAccessLoggingSettings
ListUserAccessLoggingSettingsResponse.Builder userAccessLoggingSettings(Consumer<UserAccessLoggingSettingsSummary.Builder>... userAccessLoggingSettings) The user access logging settings.
This is a convenience method that creates an instance of theUserAccessLoggingSettingsSummary.Builder
avoiding the need to create one manually viaUserAccessLoggingSettingsSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserAccessLoggingSettings(List<UserAccessLoggingSettingsSummary>)
.- Parameters:
userAccessLoggingSettings
- a consumer that will call methods onUserAccessLoggingSettingsSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-