JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class UpdateDataSourceRequest

    • Constructor Detail

      • UpdateDataSourceRequest

        public UpdateDataSourceRequest()
    • Method Detail

      • getAssetFormsInput

        public List<FormInput> getAssetFormsInput()

        The asset forms to be updated as part of the UpdateDataSource action.

        Returns:
        The asset forms to be updated as part of the UpdateDataSource action.
      • setAssetFormsInput

        public void setAssetFormsInput(Collection<FormInput> assetFormsInput)

        The asset forms to be updated as part of the UpdateDataSource action.

        Parameters:
        assetFormsInput - The asset forms to be updated as part of the UpdateDataSource action.
      • withAssetFormsInput

        public UpdateDataSourceRequest withAssetFormsInput(FormInput... assetFormsInput)

        The asset forms to be updated as part of the UpdateDataSource action.

        NOTE: This method appends the values to the existing list (if any). Use setAssetFormsInput(java.util.Collection) or withAssetFormsInput(java.util.Collection) if you want to override the existing values.

        Parameters:
        assetFormsInput - The asset forms to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAssetFormsInput

        public UpdateDataSourceRequest withAssetFormsInput(Collection<FormInput> assetFormsInput)

        The asset forms to be updated as part of the UpdateDataSource action.

        Parameters:
        assetFormsInput - The asset forms to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfiguration

        public void setConfiguration(DataSourceConfigurationInput configuration)

        The configuration to be updated as part of the UpdateDataSource action.

        Parameters:
        configuration - The configuration to be updated as part of the UpdateDataSource action.
      • getConfiguration

        public DataSourceConfigurationInput getConfiguration()

        The configuration to be updated as part of the UpdateDataSource action.

        Returns:
        The configuration to be updated as part of the UpdateDataSource action.
      • withConfiguration

        public UpdateDataSourceRequest withConfiguration(DataSourceConfigurationInput configuration)

        The configuration to be updated as part of the UpdateDataSource action.

        Parameters:
        configuration - The configuration to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description to be updated as part of the UpdateDataSource action.

        Parameters:
        description - The description to be updated as part of the UpdateDataSource action.
      • getDescription

        public String getDescription()

        The description to be updated as part of the UpdateDataSource action.

        Returns:
        The description to be updated as part of the UpdateDataSource action.
      • withDescription

        public UpdateDataSourceRequest withDescription(String description)

        The description to be updated as part of the UpdateDataSource action.

        Parameters:
        description - The description to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

        The identifier of the domain in which to update a data source.

        Parameters:
        domainIdentifier - The identifier of the domain in which to update a data source.
      • getDomainIdentifier

        public String getDomainIdentifier()

        The identifier of the domain in which to update a data source.

        Returns:
        The identifier of the domain in which to update a data source.
      • withDomainIdentifier

        public UpdateDataSourceRequest withDomainIdentifier(String domainIdentifier)

        The identifier of the domain in which to update a data source.

        Parameters:
        domainIdentifier - The identifier of the domain in which to update a data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnableSetting

        public void setEnableSetting(String enableSetting)

        The enable setting to be updated as part of the UpdateDataSource action.

        Parameters:
        enableSetting - The enable setting to be updated as part of the UpdateDataSource action.
        See Also:
        EnableSetting
      • getEnableSetting

        public String getEnableSetting()

        The enable setting to be updated as part of the UpdateDataSource action.

        Returns:
        The enable setting to be updated as part of the UpdateDataSource action.
        See Also:
        EnableSetting
      • withEnableSetting

        public UpdateDataSourceRequest withEnableSetting(String enableSetting)

        The enable setting to be updated as part of the UpdateDataSource action.

        Parameters:
        enableSetting - The enable setting to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnableSetting
      • withEnableSetting

        public UpdateDataSourceRequest withEnableSetting(EnableSetting enableSetting)

        The enable setting to be updated as part of the UpdateDataSource action.

        Parameters:
        enableSetting - The enable setting to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnableSetting
      • setIdentifier

        public void setIdentifier(String identifier)

        The identifier of the data source to be updated.

        Parameters:
        identifier - The identifier of the data source to be updated.
      • getIdentifier

        public String getIdentifier()

        The identifier of the data source to be updated.

        Returns:
        The identifier of the data source to be updated.
      • withIdentifier

        public UpdateDataSourceRequest withIdentifier(String identifier)

        The identifier of the data source to be updated.

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

        public void setName(String name)

        The name to be updated as part of the UpdateDataSource action.

        Parameters:
        name - The name to be updated as part of the UpdateDataSource action.
      • getName

        public String getName()

        The name to be updated as part of the UpdateDataSource action.

        Returns:
        The name to be updated as part of the UpdateDataSource action.
      • withName

        public UpdateDataSourceRequest withName(String name)

        The name to be updated as part of the UpdateDataSource action.

        Parameters:
        name - The name to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPublishOnImport

        public void setPublishOnImport(Boolean publishOnImport)

        The publish on import setting to be updated as part of the UpdateDataSource action.

        Parameters:
        publishOnImport - The publish on import setting to be updated as part of the UpdateDataSource action.
      • getPublishOnImport

        public Boolean getPublishOnImport()

        The publish on import setting to be updated as part of the UpdateDataSource action.

        Returns:
        The publish on import setting to be updated as part of the UpdateDataSource action.
      • withPublishOnImport

        public UpdateDataSourceRequest withPublishOnImport(Boolean publishOnImport)

        The publish on import setting to be updated as part of the UpdateDataSource action.

        Parameters:
        publishOnImport - The publish on import setting to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isPublishOnImport

        public Boolean isPublishOnImport()

        The publish on import setting to be updated as part of the UpdateDataSource action.

        Returns:
        The publish on import setting to be updated as part of the UpdateDataSource action.
      • setRecommendation

        public void setRecommendation(RecommendationConfiguration recommendation)

        The recommendation to be updated as part of the UpdateDataSource action.

        Parameters:
        recommendation - The recommendation to be updated as part of the UpdateDataSource action.
      • getRecommendation

        public RecommendationConfiguration getRecommendation()

        The recommendation to be updated as part of the UpdateDataSource action.

        Returns:
        The recommendation to be updated as part of the UpdateDataSource action.
      • withRecommendation

        public UpdateDataSourceRequest withRecommendation(RecommendationConfiguration recommendation)

        The recommendation to be updated as part of the UpdateDataSource action.

        Parameters:
        recommendation - The recommendation to be updated as part of the UpdateDataSource action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRetainPermissionsOnRevokeFailure

        public void setRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Parameters:
        retainPermissionsOnRevokeFailure - Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
      • getRetainPermissionsOnRevokeFailure

        public Boolean getRetainPermissionsOnRevokeFailure()

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Returns:
        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
      • withRetainPermissionsOnRevokeFailure

        public UpdateDataSourceRequest withRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Parameters:
        retainPermissionsOnRevokeFailure - Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRetainPermissionsOnRevokeFailure

        public Boolean isRetainPermissionsOnRevokeFailure()

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Returns:
        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
      • setSchedule

        public void setSchedule(ScheduleConfiguration schedule)

        The schedule to be updated as part of the UpdateDataSource action.

        Parameters:
        schedule - The schedule to be updated as part of the UpdateDataSource action.
      • getSchedule

        public ScheduleConfiguration getSchedule()

        The schedule to be updated as part of the UpdateDataSource action.

        Returns:
        The schedule to be updated as part of the UpdateDataSource action.
      • withSchedule

        public UpdateDataSourceRequest withSchedule(ScheduleConfiguration schedule)

        The schedule to be updated as part of the UpdateDataSource action.

        Parameters:
        schedule - The schedule to be updated as part of the UpdateDataSource action.
        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 によって変換されたページ (->オリジナル) /