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 ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.anonymousUsers(Consumer<AnonymousUserSnapshotJobResult.Builder>... anonymousUsers) A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.anonymousUsers(AnonymousUserSnapshotJobResult... anonymousUsers) A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.registeredUsers(Collection<RegisteredUserSnapshotJobResult> registeredUsers) A list ofRegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.registeredUsers(Consumer<RegisteredUserSnapshotJobResult.Builder>... registeredUsers) A list ofRegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.registeredUsers(RegisteredUserSnapshotJobResult... registeredUsers) A list ofRegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
anonymousUsers
A list of
AnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI call.- Parameters:
anonymousUsers- A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anonymousUsers
A list of
AnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI call.- Parameters:
anonymousUsers- A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI 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 theAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI call.AnonymousUserSnapshotJobResult.Builderavoiding the need to create one manually viaAnonymousUserSnapshotJobResult.builder().When the
Consumercompletes,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:
-
registeredUsers
SnapshotJobResult.Builder registeredUsers(Collection<RegisteredUserSnapshotJobResult> registeredUsers) A list of
RegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.- Parameters:
registeredUsers- A list ofRegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredUsers
A list of
RegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.- Parameters:
registeredUsers- A list ofRegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredUsers
SnapshotJobResult.Builder registeredUsers(Consumer<RegisteredUserSnapshotJobResult.Builder>... registeredUsers) A list of
This is a convenience method that creates an instance of theRegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.RegisteredUserSnapshotJobResult.Builderavoiding the need to create one manually viaRegisteredUserSnapshotJobResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregisteredUsers(List<RegisteredUserSnapshotJobResult>).- Parameters:
registeredUsers- a consumer that will call methods onRegisteredUserSnapshotJobResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-