@Generated(value="software.amazon.awssdk:codegen") public final class DataPrivacy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataPrivacy.Builder,DataPrivacy>
By default, data stored by Amazon Lex is encrypted. The DataPrivacy structure provides settings that
determine how Amazon Lex handles special cases of securing the data for your bot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataPrivacy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataPrivacy.Builder |
builder() |
Boolean |
childDirected()
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of
Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in
part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying
true or false in the childDirected field. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataPrivacy.Builder> |
serializableBuilderClass() |
DataPrivacy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean childDirected()
For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of
Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in
part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying
true or false in the childDirected field. By specifying true
in the childDirected field, you confirm that your use of Amazon Lex is related to a website,
program, or other application that is directed or targeted, in whole or in part, to children under age 13 and
subject to COPPA. By specifying false in the childDirected field, you confirm that your
use of Amazon Lex is not related to a website, program, or other application that is directed or targeted,
in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the
childDirected field that does not accurately reflect whether your use of Amazon Lex is related to a
website, program, or other application that is directed or targeted, in whole or in part, to children under age
13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is
directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent
under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other
applications that are directed or targeted, in whole or in part, to children under age 13, see the Amazon Lex FAQ.
true or false in the childDirected field. By
specifying true in the childDirected field, you confirm that your use of Amazon
Lex is related to a website, program, or other application that is directed or targeted, in whole
or in part, to children under age 13 and subject to COPPA. By specifying false in the
childDirected field, you confirm that your use of Amazon Lex is not related to a
website, program, or other application that is directed or targeted, in whole or in part, to children
under age 13 and subject to COPPA. You may not specify a default value for the childDirected
field that does not accurately reflect whether your use of Amazon Lex is related to a website, program,
or other application that is directed or targeted, in whole or in part, to children under age 13 and
subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is
directed in whole or in part, to children under age 13, you must obtain any required verifiable parental
consent under COPPA. For information regarding the use of Amazon Lex in connection with websites,
programs, or other applications that are directed or targeted, in whole or in part, to children under age
13, see the Amazon Lex FAQ.public DataPrivacy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataPrivacy.Builder,DataPrivacy>public static DataPrivacy.Builder builder()
public static Class<? extends DataPrivacy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.