SqlPool.DefinitionStages.WithCreationDate Interface

public static interface SqlPool.DefinitionStages.WithCreationDate

The stage of the SqlPool definition allowing to specify creationDate.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCreationDate(OffsetDateTime creationDate)

Specifies the creationDate property: Date the SQL pool was created.

Method Details

withCreationDate

public abstract SqlPool.DefinitionStages.WithCreate withCreationDate(OffsetDateTime creationDate)

Specifies the creationDate property: Date the SQL pool was created.

Parameters:

creationDate - Date the SQL pool was created.

Returns:

the next definition stage.

Applies to