Interface SnapshotJobResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnapshotJobResult.Builder,
,SnapshotJobResult> SdkBuilder<SnapshotJobResult.Builder,
,SnapshotJobResult> SdkPojo
- Enclosing class:
SnapshotJobResult
-
Method Summary
Modifier and TypeMethodDescriptionanonymousUsers
(Collection<AnonymousUserSnapshotJobResult> anonymousUsers) A list ofAnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations.anonymousUsers
(Consumer<AnonymousUserSnapshotJobResult.Builder>... anonymousUsers) A list ofAnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations.anonymousUsers
(AnonymousUserSnapshotJobResult... anonymousUsers) A list ofAnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations.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
-
anonymousUsers
A list of
AnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJob
API call.- Parameters:
anonymousUsers
- A list ofAnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJob
API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anonymousUsers
A list of
AnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJob
API call.- Parameters:
anonymousUsers
- A list ofAnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJob
API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anonymousUsers
SnapshotJobResult.Builder anonymousUsers(Consumer<AnonymousUserSnapshotJobResult.Builder>... anonymousUsers) A list of
This is a convenience method that creates an instance of theAnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJob
API call.AnonymousUserSnapshotJobResult.Builder
avoiding the need to create one manually viaAnonymousUserSnapshotJobResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanonymousUsers(List<AnonymousUserSnapshotJobResult>)
.- Parameters:
anonymousUsers
- a consumer that will call methods onAnonymousUserSnapshotJobResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-