JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.appintegrations.model

Class CreateDataIntegrationRequest

    • Constructor Detail

      • CreateDataIntegrationRequest

        public CreateDataIntegrationRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the DataIntegration.

        Parameters:
        name - The name of the DataIntegration.
      • getName

        public String getName()

        The name of the DataIntegration.

        Returns:
        The name of the DataIntegration.
      • withName

        public CreateDataIntegrationRequest withName(String name)

        The name of the DataIntegration.

        Parameters:
        name - The name of the DataIntegration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the DataIntegration.

        Parameters:
        description - A description of the DataIntegration.
      • getDescription

        public String getDescription()

        A description of the DataIntegration.

        Returns:
        A description of the DataIntegration.
      • withDescription

        public CreateDataIntegrationRequest withDescription(String description)

        A description of the DataIntegration.

        Parameters:
        description - A description of the DataIntegration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKmsKey

        public void setKmsKey(String kmsKey)

        The KMS key for the DataIntegration.

        Parameters:
        kmsKey - The KMS key for the DataIntegration.
      • getKmsKey

        public String getKmsKey()

        The KMS key for the DataIntegration.

        Returns:
        The KMS key for the DataIntegration.
      • withKmsKey

        public CreateDataIntegrationRequest withKmsKey(String kmsKey)

        The KMS key for the DataIntegration.

        Parameters:
        kmsKey - The KMS key for the DataIntegration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceURI

        public void setSourceURI(String sourceURI)

        The URI of the data source.

        Parameters:
        sourceURI - The URI of the data source.
      • getSourceURI

        public String getSourceURI()

        The URI of the data source.

        Returns:
        The URI of the data source.
      • withSourceURI

        public CreateDataIntegrationRequest withSourceURI(String sourceURI)

        The URI of the data source.

        Parameters:
        sourceURI - The URI of the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setScheduleConfig

        public void setScheduleConfig(ScheduleConfiguration scheduleConfig)

        The name of the data and how often it should be pulled from the source.

        Parameters:
        scheduleConfig - The name of the data and how often it should be pulled from the source.
      • getScheduleConfig

        public ScheduleConfiguration getScheduleConfig()

        The name of the data and how often it should be pulled from the source.

        Returns:
        The name of the data and how often it should be pulled from the source.
      • withScheduleConfig

        public CreateDataIntegrationRequest withScheduleConfig(ScheduleConfiguration scheduleConfig)

        The name of the data and how often it should be pulled from the source.

        Parameters:
        scheduleConfig - The name of the data and how often it should be pulled from the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Returns:
        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
      • withTags

        public CreateDataIntegrationRequest withTags(Map<String,String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateDataIntegrationRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
      • getClientToken

        public String getClientToken()

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

        Returns:
        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
      • withClientToken

        public CreateDataIntegrationRequest withClientToken(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileConfiguration

        public void setFileConfiguration(FileConfiguration fileConfiguration)

        The configuration for what files should be pulled from the source.

        Parameters:
        fileConfiguration - The configuration for what files should be pulled from the source.
      • getFileConfiguration

        public FileConfiguration getFileConfiguration()

        The configuration for what files should be pulled from the source.

        Returns:
        The configuration for what files should be pulled from the source.
      • withFileConfiguration

        public CreateDataIntegrationRequest withFileConfiguration(FileConfiguration fileConfiguration)

        The configuration for what files should be pulled from the source.

        Parameters:
        fileConfiguration - The configuration for what files should be pulled from the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getObjectConfiguration

        public Map<String,Map<String,List<String>>> getObjectConfiguration()

        The configuration for what data should be pulled from the source.

        Returns:
        The configuration for what data should be pulled from the source.
      • setObjectConfiguration

        public void setObjectConfiguration(Map<String,Map<String,List<String>>> objectConfiguration)

        The configuration for what data should be pulled from the source.

        Parameters:
        objectConfiguration - The configuration for what data should be pulled from the source.
      • withObjectConfiguration

        public CreateDataIntegrationRequest withObjectConfiguration(Map<String,Map<String,List<String>>> objectConfiguration)

        The configuration for what data should be pulled from the source.

        Parameters:
        objectConfiguration - The configuration for what data should be pulled from the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearObjectConfigurationEntries

        public CreateDataIntegrationRequest clearObjectConfigurationEntries()
        Removes all the entries added into ObjectConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /