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.simplesystemsmanagement.model

Class CreateResourceDataSyncRequest

    • Constructor Detail

      • CreateResourceDataSyncRequest

        public CreateResourceDataSyncRequest()
    • Method Detail

      • setSyncName

        public void setSyncName(String syncName)

        A name for the configuration.

        Parameters:
        syncName - A name for the configuration.
      • getSyncName

        public String getSyncName()

        A name for the configuration.

        Returns:
        A name for the configuration.
      • withSyncName

        public CreateResourceDataSyncRequest withSyncName(String syncName)

        A name for the configuration.

        Parameters:
        syncName - A name for the configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3Destination

        public void setS3Destination(ResourceDataSyncS3Destination s3Destination)

        Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.

        Parameters:
        s3Destination - Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.
      • getS3Destination

        public ResourceDataSyncS3Destination getS3Destination()

        Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.

        Returns:
        Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.
      • withS3Destination

        public CreateResourceDataSyncRequest withS3Destination(ResourceDataSyncS3Destination s3Destination)

        Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.

        Parameters:
        s3Destination - Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncType

        public void setSyncType(String syncType)

        Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination . Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.

        Parameters:
        syncType - Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.
      • getSyncType

        public String getSyncType()

        Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination . Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.

        Returns:
        Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.
      • withSyncType

        public CreateResourceDataSyncRequest withSyncType(String syncType)

        Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination . Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.

        Parameters:
        syncType - Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSyncSource

        public void setSyncSource(ResourceDataSyncSource syncSource)

        Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.

        Parameters:
        syncSource - Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.
      • getSyncSource

        public ResourceDataSyncSource getSyncSource()

        Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.

        Returns:
        Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.
      • withSyncSource

        public CreateResourceDataSyncRequest withSyncSource(ResourceDataSyncSource syncSource)

        Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.

        Parameters:
        syncSource - Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.
        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 によって変換されたページ (->オリジナル) /