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 CreateAssetRevisionResult

    • Constructor Detail

      • CreateAssetRevisionResult

        public CreateAssetRevisionResult()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the asset revision occured.

        Parameters:
        createdAt - The timestamp of when the asset revision occured.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when the asset revision occured.

        Returns:
        The timestamp of when the asset revision occured.
      • withCreatedAt

        public CreateAssetRevisionResult withCreatedAt(Date createdAt)

        The timestamp of when the asset revision occured.

        Parameters:
        createdAt - The timestamp of when the asset revision occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The Amazon DataZone user who performed the asset revision.

        Parameters:
        createdBy - The Amazon DataZone user who performed the asset revision.
      • getCreatedBy

        public String getCreatedBy()

        The Amazon DataZone user who performed the asset revision.

        Returns:
        The Amazon DataZone user who performed the asset revision.
      • withCreatedBy

        public CreateAssetRevisionResult withCreatedBy(String createdBy)

        The Amazon DataZone user who performed the asset revision.

        Parameters:
        createdBy - The Amazon DataZone user who performed the asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The revised asset description.

        Parameters:
        description - The revised asset description.
      • getDescription

        public String getDescription()

        The revised asset description.

        Returns:
        The revised asset description.
      • withDescription

        public CreateAssetRevisionResult withDescription(String description)

        The revised asset description.

        Parameters:
        description - The revised asset description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The unique identifier of the Amazon DataZone domain where the asset was revised.

        Parameters:
        domainId - The unique identifier of the Amazon DataZone domain where the asset was revised.
      • getDomainId

        public String getDomainId()

        The unique identifier of the Amazon DataZone domain where the asset was revised.

        Returns:
        The unique identifier of the Amazon DataZone domain where the asset was revised.
      • withDomainId

        public CreateAssetRevisionResult withDomainId(String domainId)

        The unique identifier of the Amazon DataZone domain where the asset was revised.

        Parameters:
        domainId - The unique identifier of the Amazon DataZone domain where the asset was revised.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExternalIdentifier

        public void setExternalIdentifier(String externalIdentifier)

        The external identifier of the asset.

        Parameters:
        externalIdentifier - The external identifier of the asset.
      • getExternalIdentifier

        public String getExternalIdentifier()

        The external identifier of the asset.

        Returns:
        The external identifier of the asset.
      • withExternalIdentifier

        public CreateAssetRevisionResult withExternalIdentifier(String externalIdentifier)

        The external identifier of the asset.

        Parameters:
        externalIdentifier - The external identifier of the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFirstRevisionCreatedAt

        public void setFirstRevisionCreatedAt(Date firstRevisionCreatedAt)

        The timestamp of when the first asset revision occured.

        Parameters:
        firstRevisionCreatedAt - The timestamp of when the first asset revision occured.
      • getFirstRevisionCreatedAt

        public Date getFirstRevisionCreatedAt()

        The timestamp of when the first asset revision occured.

        Returns:
        The timestamp of when the first asset revision occured.
      • withFirstRevisionCreatedAt

        public CreateAssetRevisionResult withFirstRevisionCreatedAt(Date firstRevisionCreatedAt)

        The timestamp of when the first asset revision occured.

        Parameters:
        firstRevisionCreatedAt - The timestamp of when the first asset revision occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFirstRevisionCreatedBy

        public void setFirstRevisionCreatedBy(String firstRevisionCreatedBy)

        The Amazon DataZone user who performed the first asset revision.

        Parameters:
        firstRevisionCreatedBy - The Amazon DataZone user who performed the first asset revision.
      • getFirstRevisionCreatedBy

        public String getFirstRevisionCreatedBy()

        The Amazon DataZone user who performed the first asset revision.

        Returns:
        The Amazon DataZone user who performed the first asset revision.
      • withFirstRevisionCreatedBy

        public CreateAssetRevisionResult withFirstRevisionCreatedBy(String firstRevisionCreatedBy)

        The Amazon DataZone user who performed the first asset revision.

        Parameters:
        firstRevisionCreatedBy - The Amazon DataZone user who performed the first asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFormsOutput

        public List<FormOutput> getFormsOutput()

        The metadata forms that were attached to the asset as part of the asset revision.

        Returns:
        The metadata forms that were attached to the asset as part of the asset revision.
      • setFormsOutput

        public void setFormsOutput(Collection<FormOutput> formsOutput)

        The metadata forms that were attached to the asset as part of the asset revision.

        Parameters:
        formsOutput - The metadata forms that were attached to the asset as part of the asset revision.
      • withFormsOutput

        public CreateAssetRevisionResult withFormsOutput(FormOutput... formsOutput)

        The metadata forms that were attached to the asset as part of the asset revision.

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

        Parameters:
        formsOutput - The metadata forms that were attached to the asset as part of the asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFormsOutput

        public CreateAssetRevisionResult withFormsOutput(Collection<FormOutput> formsOutput)

        The metadata forms that were attached to the asset as part of the asset revision.

        Parameters:
        formsOutput - The metadata forms that were attached to the asset as part of the asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getGlossaryTerms

        public List<String> getGlossaryTerms()

        The glossary terms that were attached to the asset as part of asset revision.

        Returns:
        The glossary terms that were attached to the asset as part of asset revision.
      • setGlossaryTerms

        public void setGlossaryTerms(Collection<String> glossaryTerms)

        The glossary terms that were attached to the asset as part of asset revision.

        Parameters:
        glossaryTerms - The glossary terms that were attached to the asset as part of asset revision.
      • withGlossaryTerms

        public CreateAssetRevisionResult withGlossaryTerms(String... glossaryTerms)

        The glossary terms that were attached to the asset as part of asset revision.

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

        Parameters:
        glossaryTerms - The glossary terms that were attached to the asset as part of asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withGlossaryTerms

        public CreateAssetRevisionResult withGlossaryTerms(Collection<String> glossaryTerms)

        The glossary terms that were attached to the asset as part of asset revision.

        Parameters:
        glossaryTerms - The glossary terms that were attached to the asset as part of asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The unique identifier of the asset revision.

        Parameters:
        id - The unique identifier of the asset revision.
      • getId

        public String getId()

        The unique identifier of the asset revision.

        Returns:
        The unique identifier of the asset revision.
      • withId

        public CreateAssetRevisionResult withId(String id)

        The unique identifier of the asset revision.

        Parameters:
        id - The unique identifier of the asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getLatestTimeSeriesDataPointFormsOutput

        public List<TimeSeriesDataPointSummaryFormOutput> getLatestTimeSeriesDataPointFormsOutput()

        The latest data point that was imported into the time series form for the asset.

        Returns:
        The latest data point that was imported into the time series form for the asset.
      • setLatestTimeSeriesDataPointFormsOutput

        public void setLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)

        The latest data point that was imported into the time series form for the asset.

        Parameters:
        latestTimeSeriesDataPointFormsOutput - The latest data point that was imported into the time series form for the asset.
      • withLatestTimeSeriesDataPointFormsOutput

        public CreateAssetRevisionResult withLatestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)

        The latest data point that was imported into the time series form for the asset.

        Parameters:
        latestTimeSeriesDataPointFormsOutput - The latest data point that was imported into the time series form for the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setListing

        public void setListing(AssetListingDetails listing)

        The details of an asset published in an Amazon DataZone catalog.

        Parameters:
        listing - The details of an asset published in an Amazon DataZone catalog.
      • getListing

        public AssetListingDetails getListing()

        The details of an asset published in an Amazon DataZone catalog.

        Returns:
        The details of an asset published in an Amazon DataZone catalog.
      • withListing

        public CreateAssetRevisionResult withListing(AssetListingDetails listing)

        The details of an asset published in an Amazon DataZone catalog.

        Parameters:
        listing - The details of an asset published in an Amazon DataZone catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The revised name of the asset.

        Parameters:
        name - The revised name of the asset.
      • getName

        public String getName()

        The revised name of the asset.

        Returns:
        The revised name of the asset.
      • withName

        public CreateAssetRevisionResult withName(String name)

        The revised name of the asset.

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

        public void setOwningProjectId(String owningProjectId)

        The unique identifier of the revised project that owns the asset.

        Parameters:
        owningProjectId - The unique identifier of the revised project that owns the asset.
      • getOwningProjectId

        public String getOwningProjectId()

        The unique identifier of the revised project that owns the asset.

        Returns:
        The unique identifier of the revised project that owns the asset.
      • withOwningProjectId

        public CreateAssetRevisionResult withOwningProjectId(String owningProjectId)

        The unique identifier of the revised project that owns the asset.

        Parameters:
        owningProjectId - The unique identifier of the revised project that owns the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPredictionConfiguration

        public void setPredictionConfiguration(PredictionConfiguration predictionConfiguration)

        The configuration of the automatically generated business-friendly metadata for the asset.

        Parameters:
        predictionConfiguration - The configuration of the automatically generated business-friendly metadata for the asset.
      • getPredictionConfiguration

        public PredictionConfiguration getPredictionConfiguration()

        The configuration of the automatically generated business-friendly metadata for the asset.

        Returns:
        The configuration of the automatically generated business-friendly metadata for the asset.
      • withPredictionConfiguration

        public CreateAssetRevisionResult withPredictionConfiguration(PredictionConfiguration predictionConfiguration)

        The configuration of the automatically generated business-friendly metadata for the asset.

        Parameters:
        predictionConfiguration - The configuration of the automatically generated business-friendly metadata for the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getReadOnlyFormsOutput

        public List<FormOutput> getReadOnlyFormsOutput()

        The read-only metadata forms that were attached to the asset as part of the asset revision.

        Returns:
        The read-only metadata forms that were attached to the asset as part of the asset revision.
      • setReadOnlyFormsOutput

        public void setReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)

        The read-only metadata forms that were attached to the asset as part of the asset revision.

        Parameters:
        readOnlyFormsOutput - The read-only metadata forms that were attached to the asset as part of the asset revision.
      • withReadOnlyFormsOutput

        public CreateAssetRevisionResult withReadOnlyFormsOutput(FormOutput... readOnlyFormsOutput)

        The read-only metadata forms that were attached to the asset as part of the asset revision.

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

        Parameters:
        readOnlyFormsOutput - The read-only metadata forms that were attached to the asset as part of the asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withReadOnlyFormsOutput

        public CreateAssetRevisionResult withReadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)

        The read-only metadata forms that were attached to the asset as part of the asset revision.

        Parameters:
        readOnlyFormsOutput - The read-only metadata forms that were attached to the asset as part of the asset revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRevision

        public void setRevision(String revision)

        The revision of the asset.

        Parameters:
        revision - The revision of the asset.
      • getRevision

        public String getRevision()

        The revision of the asset.

        Returns:
        The revision of the asset.
      • withRevision

        public CreateAssetRevisionResult withRevision(String revision)

        The revision of the asset.

        Parameters:
        revision - The revision of the asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTypeIdentifier

        public void setTypeIdentifier(String typeIdentifier)

        The identifier of the revision type.

        Parameters:
        typeIdentifier - The identifier of the revision type.
      • getTypeIdentifier

        public String getTypeIdentifier()

        The identifier of the revision type.

        Returns:
        The identifier of the revision type.
      • withTypeIdentifier

        public CreateAssetRevisionResult withTypeIdentifier(String typeIdentifier)

        The identifier of the revision type.

        Parameters:
        typeIdentifier - The identifier of the revision type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTypeRevision

        public void setTypeRevision(String typeRevision)

        The revision type of the asset.

        Parameters:
        typeRevision - The revision type of the asset.
      • getTypeRevision

        public String getTypeRevision()

        The revision type of the asset.

        Returns:
        The revision type of the asset.
      • withTypeRevision

        public CreateAssetRevisionResult withTypeRevision(String typeRevision)

        The revision type of the asset.

        Parameters:
        typeRevision - The revision type of the asset.
        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 によって変換されたページ (->オリジナル) /