org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichCreateTableRequest
final
class
RichCreateTableRequest
extends
AnyVal
with
PimpedType
[
CreateTableRequest
]
Linear Supertypes
PimpedType
[
CreateTableRequest
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichCreateTableRequest
PimpedType
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichCreateTableRequest
(
underlying:
CreateTableRequest
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attributeDefinitionOpt_=
(
value:
Option
[
Seq
[
AttributeDefinition
]]
)
:
Unit
def
attributeDefinitionsOpt
:
Option
[
Seq
[
AttributeDefinition
]]
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
globalSecondaryIndexesOpt
:
Option
[
Seq
[
GlobalSecondaryIndex
]]
def
globalSecondaryIndexesOpt_=
(
value:
Option
[
Seq
[
GlobalSecondaryIndex
]]
)
:
Unit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keySchemaOpt
:
Option
[
Seq
[
KeySchemaElement
]]
def
keySchemeOpt_=
(
value:
Option
[
Seq
[
KeySchemaElement
]]
)
:
Unit
def
localSecondaryIndexesOpt
:
Option
[
Seq
[
LocalSecondaryIndex
]]
def
localSecondaryIndexesOpt_=
(
value:
Option
[
Seq
[
LocalSecondaryIndex
]]
)
:
Unit
def
provisionedThroughputOpt
:
Option
[
ProvisionedThroughput
]
def
provisionedThroughputOpt_=
(
value:
Option
[
ProvisionedThroughput
]
)
:
Unit
def
tableNameOpt
:
Option
[
String
]
def
tableNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
CreateTableRequest
Definition Classes
RichCreateTableRequest
→ PimpedType
def
withAttributeDefinitionsOpt
(
values:
Option
[
Iterable
[
AttributeDefinition
]]
)
:
CreateTableRequest
def
withGlobalSecondaryIndexesOpt
(
value:
Option
[
Iterable
[
GlobalSecondaryIndex
]]
)
:
CreateTableRequest
def
withKeySchemaOpt
(
value:
Option
[
Iterable
[
KeySchemaElement
]]
)
:
CreateTableRequest
def
withLocalSecondaryIndexesOpt
(
value:
Option
[
Iterable
[
LocalSecondaryIndex
]]
)
:
CreateTableRequest
def
withProvisionedThroughputOpt
(
value:
Option
[
ProvisionedThroughput
]
)
:
CreateTableRequest
def
withTableNameOpt
(
value:
Option
[
String
]
)
:
CreateTableRequest
Inherited from
PimpedType
[
CreateTableRequest
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped