Interface ListUserAccessLoggingSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListUserAccessLoggingSettingsResponse.Builder,ListUserAccessLoggingSettingsResponse>,SdkBuilder<ListUserAccessLoggingSettingsResponse.Builder,ListUserAccessLoggingSettingsResponse>,SdkPojo,SdkResponse.Builder,WorkSpacesWebResponse.Builder
- Enclosing class:
- ListUserAccessLoggingSettingsResponse
public static interface ListUserAccessLoggingSettingsResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<ListUserAccessLoggingSettingsResponse.Builder,ListUserAccessLoggingSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUserAccessLoggingSettingsResponse.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListUserAccessLoggingSettingsResponse.BuilderuserAccessLoggingSettings(Collection<UserAccessLoggingSettingsSummary> userAccessLoggingSettings)The user access logging settings.ListUserAccessLoggingSettingsResponse.BuilderuserAccessLoggingSettings(Consumer<UserAccessLoggingSettingsSummary.Builder>... userAccessLoggingSettings)The user access logging settings.ListUserAccessLoggingSettingsResponse.BuilderuserAccessLoggingSettings(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 Detail
-
nextToken
ListUserAccessLoggingSettingsResponse.Builder nextToken(String 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.Builderavoiding the need to create one manually viaUserAccessLoggingSettingsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userAccessLoggingSettings(List.) - 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:
#userAccessLoggingSettings(java.util.Collection)
-
-