Interface SnapshotUserConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SnapshotUserConfiguration.Builder,,- SnapshotUserConfiguration> - SdkBuilder<SnapshotUserConfiguration.Builder,,- SnapshotUserConfiguration> - SdkPojo
- Enclosing class:
- SnapshotUserConfiguration
@Mutable
@NotThreadSafe
public static interface SnapshotUserConfiguration.Builder
extends SdkPojo, CopyableBuilder<SnapshotUserConfiguration.Builder,SnapshotUserConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionanonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers) An array of records that describe the anonymous users that the dashboard snapshot is generated for.anonymousUsers(Consumer<SnapshotAnonymousUser.Builder>... anonymousUsers) An array of records that describe the anonymous users that the dashboard snapshot is generated for.anonymousUsers(SnapshotAnonymousUser... anonymousUsers) An array of records that describe the anonymous users that the dashboard snapshot is generated for.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
anonymousUsersAn array of records that describe the anonymous users that the dashboard snapshot is generated for. - Parameters:
- anonymousUsers- An array of records that describe the anonymous users that the dashboard snapshot is generated for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
anonymousUsersAn array of records that describe the anonymous users that the dashboard snapshot is generated for. - Parameters:
- anonymousUsers- An array of records that describe the anonymous users that the dashboard snapshot is generated for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
anonymousUsersSnapshotUserConfiguration.Builder anonymousUsers(Consumer<SnapshotAnonymousUser.Builder>... anonymousUsers) An array of records that describe the anonymous users that the dashboard snapshot is generated for. This is a convenience method that creates an instance of theSnapshotAnonymousUser.Builderavoiding the need to create one manually viaSnapshotAnonymousUser.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanonymousUsers(List<SnapshotAnonymousUser>).- Parameters:
- anonymousUsers- a consumer that will call methods on- SnapshotAnonymousUser.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-