@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuipConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information to connect to Quip as your data source.
Constructor and Description |
---|
QuipConfiguration() |
Modifier and Type | Method and Description |
---|---|
QuipConfiguration |
clone() |
boolean |
equals(Object obj) |
List<DataSourceToIndexFieldMapping> |
getAttachmentFieldMappings()
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. |
Boolean |
getCrawlAttachments()
TRUE to index attachments. |
Boolean |
getCrawlChatRooms()
TRUE to index the contents of chat rooms. |
Boolean |
getCrawlFileComments()
TRUE to index file comments. |
String |
getDomain()
The Quip site domain.
|
List<String> |
getExclusionPatterns()
A list of regular expression patterns to exclude certain files in your Quip file system.
|
List<String> |
getFolderIds()
The identifiers of the Quip folders you want to index.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns to include certain files in your Quip file system.
|
List<DataSourceToIndexFieldMapping> |
getMessageFieldMappings()
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. |
String |
getSecretArn()
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required
to connect to your Quip.
|
List<DataSourceToIndexFieldMapping> |
getThreadFieldMappings()
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. |
DataSourceVpcConfiguration |
getVpcConfiguration()
Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip.
|
int |
hashCode() |
Boolean |
isCrawlAttachments()
TRUE to index attachments. |
Boolean |
isCrawlChatRooms()
TRUE to index the contents of chat rooms. |
Boolean |
isCrawlFileComments()
TRUE to index file comments. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttachmentFieldMappings(Collection<DataSourceToIndexFieldMapping> attachmentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. |
void |
setCrawlAttachments(Boolean crawlAttachments)
TRUE to index attachments. |
void |
setCrawlChatRooms(Boolean crawlChatRooms)
TRUE to index the contents of chat rooms. |
void |
setCrawlFileComments(Boolean crawlFileComments)
TRUE to index file comments. |
void |
setDomain(String domain)
The Quip site domain.
|
void |
setExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Quip file system.
|
void |
setFolderIds(Collection<String> folderIds)
The identifiers of the Quip folders you want to index.
|
void |
setInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Quip file system.
|
void |
setMessageFieldMappings(Collection<DataSourceToIndexFieldMapping> messageFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. |
void |
setSecretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required
to connect to your Quip.
|
void |
setThreadFieldMappings(Collection<DataSourceToIndexFieldMapping> threadFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. |
void |
setVpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip.
|
String |
toString()
Returns a string representation of this object.
|
QuipConfiguration |
withAttachmentFieldMappings(Collection<DataSourceToIndexFieldMapping> attachmentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. |
QuipConfiguration |
withAttachmentFieldMappings(DataSourceToIndexFieldMapping... attachmentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. |
QuipConfiguration |
withCrawlAttachments(Boolean crawlAttachments)
TRUE to index attachments. |
QuipConfiguration |
withCrawlChatRooms(Boolean crawlChatRooms)
TRUE to index the contents of chat rooms. |
QuipConfiguration |
withCrawlFileComments(Boolean crawlFileComments)
TRUE to index file comments. |
QuipConfiguration |
withDomain(String domain)
The Quip site domain.
|
QuipConfiguration |
withExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Quip file system.
|
QuipConfiguration |
withExclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Quip file system.
|
QuipConfiguration |
withFolderIds(Collection<String> folderIds)
The identifiers of the Quip folders you want to index.
|
QuipConfiguration |
withFolderIds(String... folderIds)
The identifiers of the Quip folders you want to index.
|
QuipConfiguration |
withInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Quip file system.
|
QuipConfiguration |
withInclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files in your Quip file system.
|
QuipConfiguration |
withMessageFieldMappings(Collection<DataSourceToIndexFieldMapping> messageFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. |
QuipConfiguration |
withMessageFieldMappings(DataSourceToIndexFieldMapping... messageFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. |
QuipConfiguration |
withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required
to connect to your Quip.
|
QuipConfiguration |
withThreadFieldMappings(Collection<DataSourceToIndexFieldMapping> threadFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. |
QuipConfiguration |
withThreadFieldMappings(DataSourceToIndexFieldMapping... threadFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. |
QuipConfiguration |
withVpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip.
|
public void setDomain(String domain)
The Quip site domain.
domain
- The Quip site domain.public String getDomain()
The Quip site domain.
public QuipConfiguration withDomain(String domain)
The Quip site domain.
domain
- The Quip site domain.public void setSecretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required to connect to your Quip. The secret must contain a JSON structure with the following keys:
accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
secretArn
- The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are
required to connect to your Quip. The secret must contain a JSON structure with the following keys:
accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
public String getSecretArn()
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required to connect to your Quip. The secret must contain a JSON structure with the following keys:
accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
public QuipConfiguration withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are required to connect to your Quip. The secret must contain a JSON structure with the following keys:
accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
secretArn
- The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs that are
required to connect to your Quip. The secret must contain a JSON structure with the following keys:
accessToken—The token created in Quip. For more information, see Authentication for a Quip data source.
public void setCrawlFileComments(Boolean crawlFileComments)
TRUE
to index file comments.
crawlFileComments
- TRUE
to index file comments.public Boolean getCrawlFileComments()
TRUE
to index file comments.
TRUE
to index file comments.public QuipConfiguration withCrawlFileComments(Boolean crawlFileComments)
TRUE
to index file comments.
crawlFileComments
- TRUE
to index file comments.public Boolean isCrawlFileComments()
TRUE
to index file comments.
TRUE
to index file comments.public void setCrawlChatRooms(Boolean crawlChatRooms)
TRUE
to index the contents of chat rooms.
crawlChatRooms
- TRUE
to index the contents of chat rooms.public Boolean getCrawlChatRooms()
TRUE
to index the contents of chat rooms.
TRUE
to index the contents of chat rooms.public QuipConfiguration withCrawlChatRooms(Boolean crawlChatRooms)
TRUE
to index the contents of chat rooms.
crawlChatRooms
- TRUE
to index the contents of chat rooms.public Boolean isCrawlChatRooms()
TRUE
to index the contents of chat rooms.
TRUE
to index the contents of chat rooms.public void setCrawlAttachments(Boolean crawlAttachments)
TRUE
to index attachments.
crawlAttachments
- TRUE
to index attachments.public Boolean getCrawlAttachments()
TRUE
to index attachments.
TRUE
to index attachments.public QuipConfiguration withCrawlAttachments(Boolean crawlAttachments)
TRUE
to index attachments.
crawlAttachments
- TRUE
to index attachments.public Boolean isCrawlAttachments()
TRUE
to index attachments.
TRUE
to index attachments.public List<String> getFolderIds()
The identifiers of the Quip folders you want to index.
public void setFolderIds(Collection<String> folderIds)
The identifiers of the Quip folders you want to index.
folderIds
- The identifiers of the Quip folders you want to index.public QuipConfiguration withFolderIds(String... folderIds)
The identifiers of the Quip folders you want to index.
NOTE: This method appends the values to the existing list (if any). Use
setFolderIds(java.util.Collection)
or withFolderIds(java.util.Collection)
if you want to
override the existing values.
folderIds
- The identifiers of the Quip folders you want to index.public QuipConfiguration withFolderIds(Collection<String> folderIds)
The identifiers of the Quip folders you want to index.
folderIds
- The identifiers of the Quip folders you want to index.public List<DataSourceToIndexFieldMapping> getThreadFieldMappings()
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
threads to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields.
The Quip field names must exist in your Quip custom metadata.public void setThreadFieldMappings(Collection<DataSourceToIndexFieldMapping> threadFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
threadFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
threads to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public QuipConfiguration withThreadFieldMappings(DataSourceToIndexFieldMapping... threadFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
NOTE: This method appends the values to the existing list (if any). Use
setThreadFieldMappings(java.util.Collection)
or withThreadFieldMappings(java.util.Collection)
if you want to override the existing values.
threadFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
threads to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public QuipConfiguration withThreadFieldMappings(Collection<DataSourceToIndexFieldMapping> threadFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip threads
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
threadFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
threads to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public List<DataSourceToIndexFieldMapping> getMessageFieldMappings()
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
messages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map to Quip fields. For more information, see Mapping data source fields.
The Quip field names must exist in your Quip custom metadata.public void setMessageFieldMappings(Collection<DataSourceToIndexFieldMapping> messageFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
messageFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
messages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public QuipConfiguration withMessageFieldMappings(DataSourceToIndexFieldMapping... messageFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
NOTE: This method appends the values to the existing list (if any). Use
setMessageFieldMappings(java.util.Collection)
or withMessageFieldMappings(java.util.Collection)
if you want to override the existing values.
messageFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
messages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public QuipConfiguration withMessageFieldMappings(Collection<DataSourceToIndexFieldMapping> messageFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip messages
to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map
to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
messageFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
messages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public List<DataSourceToIndexFieldMapping> getAttachmentFieldMappings()
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map to Quip fields. For more information, see Mapping data source fields.
The Quip field names must exist in your Quip custom metadata.public void setAttachmentFieldMappings(Collection<DataSourceToIndexFieldMapping> attachmentFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
attachmentFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public QuipConfiguration withAttachmentFieldMappings(DataSourceToIndexFieldMapping... attachmentFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
NOTE: This method appends the values to the existing list (if any). Use
setAttachmentFieldMappings(java.util.Collection)
or
withAttachmentFieldMappings(java.util.Collection)
if you want to override the existing values.
attachmentFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public QuipConfiguration withAttachmentFieldMappings(Collection<DataSourceToIndexFieldMapping> attachmentFieldMappings)
A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API
before you map to Quip fields. For more information, see Mapping data source fields. The Quip
field names must exist in your Quip custom metadata.
attachmentFieldMappings
- A list of DataSourceToIndexFieldMapping
objects that map attributes or field names of Quip
attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex
API before you map to Quip fields. For more information, see Mapping data source fields. The
Quip field names must exist in your Quip custom metadata.public List<String> getInclusionPatterns()
A list of regular expression patterns to include certain files in your Quip file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
public void setInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Quip file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
inclusionPatterns
- A list of regular expression patterns to include certain files in your Quip file system. Files that match
the patterns are included in the index. Files that don't match the patterns are excluded from the index.
If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes
precedence, and the file isn't included in the index.public QuipConfiguration withInclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files in your Quip file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
NOTE: This method appends the values to the existing list (if any). Use
setInclusionPatterns(java.util.Collection)
or withInclusionPatterns(java.util.Collection)
if
you want to override the existing values.
inclusionPatterns
- A list of regular expression patterns to include certain files in your Quip file system. Files that match
the patterns are included in the index. Files that don't match the patterns are excluded from the index.
If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes
precedence, and the file isn't included in the index.public QuipConfiguration withInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Quip file system. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
inclusionPatterns
- A list of regular expression patterns to include certain files in your Quip file system. Files that match
the patterns are included in the index. Files that don't match the patterns are excluded from the index.
If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes
precedence, and the file isn't included in the index.public List<String> getExclusionPatterns()
A list of regular expression patterns to exclude certain files in your Quip file system. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
public void setExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Quip file system. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
exclusionPatterns
- A list of regular expression patterns to exclude certain files in your Quip file system. Files that match
the patterns are excluded from the index. Files that don’t match the patterns are included in the index.
If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes
precedence, and the file isn't included in the index.public QuipConfiguration withExclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Quip file system. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
NOTE: This method appends the values to the existing list (if any). Use
setExclusionPatterns(java.util.Collection)
or withExclusionPatterns(java.util.Collection)
if
you want to override the existing values.
exclusionPatterns
- A list of regular expression patterns to exclude certain files in your Quip file system. Files that match
the patterns are excluded from the index. Files that don’t match the patterns are included in the index.
If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes
precedence, and the file isn't included in the index.public QuipConfiguration withExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Quip file system. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence, and the file isn't included in the index.
exclusionPatterns
- A list of regular expression patterns to exclude certain files in your Quip file system. Files that match
the patterns are excluded from the index. Files that don’t match the patterns are included in the index.
If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes
precedence, and the file isn't included in the index.public void setVpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip. For more information, see Configuring a VPC.
vpcConfiguration
- Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip. For more
information, see Configuring
a VPC.public DataSourceVpcConfiguration getVpcConfiguration()
Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip. For more information, see Configuring a VPC.
public QuipConfiguration withVpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip. For more information, see Configuring a VPC.
vpcConfiguration
- Configuration information for an Amazon Virtual Private Cloud (VPC) to connect to your Quip. For more
information, see Configuring
a VPC.public String toString()
toString
in class Object
Object.toString()
public QuipConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.