Class RevisionLocation
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<RevisionLocation.Builder,- RevisionLocation> 
Information about the location of an application revision.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal AppSpecContentThe content of an AppSpec file for an Lambda or Amazon ECS deployment.static RevisionLocation.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final GitHubLocationInformation about the location of application artifacts stored in GitHub.final inthashCode()final RevisionLocationTypeThe type of application revision:final StringThe type of application revision:final S3LocationInformation about the location of a revision stored in Amazon S3.static Class<? extends RevisionLocation.Builder> final RawStringstring()Information about the location of an Lambda deployment revision stored as a RawString.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
revisionTypeThe type of application revision: - 
 S3: An application revision stored in Amazon S3. 
- 
 GitHub: An application revision stored in GitHub (EC2/On-premises deployments only). 
- 
 String: A YAML-formatted or JSON-formatted string (Lambda deployments only). 
- 
 AppSpecContent: An AppSpecContentobject that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
 If the service returns an enum value that is not available in the current SDK version, revisionTypewill returnRevisionLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrevisionTypeAsString().- Returns:
- The type of application revision:
         - 
         S3: An application revision stored in Amazon S3. 
- 
         GitHub: An application revision stored in GitHub (EC2/On-premises deployments only). 
- 
         String: A YAML-formatted or JSON-formatted string (Lambda deployments only). 
- 
         AppSpecContent: An AppSpecContentobject that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
 
- 
         
- See Also:
 
- 
 
- 
revisionTypeAsStringThe type of application revision: - 
 S3: An application revision stored in Amazon S3. 
- 
 GitHub: An application revision stored in GitHub (EC2/On-premises deployments only). 
- 
 String: A YAML-formatted or JSON-formatted string (Lambda deployments only). 
- 
 AppSpecContent: An AppSpecContentobject that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
 If the service returns an enum value that is not available in the current SDK version, revisionTypewill returnRevisionLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrevisionTypeAsString().- Returns:
- The type of application revision:
         - 
         S3: An application revision stored in Amazon S3. 
- 
         GitHub: An application revision stored in GitHub (EC2/On-premises deployments only). 
- 
         String: A YAML-formatted or JSON-formatted string (Lambda deployments only). 
- 
         AppSpecContent: An AppSpecContentobject that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
 
- 
         
- See Also:
 
- 
 
- 
s3LocationInformation about the location of a revision stored in Amazon S3. - Returns:
- Information about the location of a revision stored in Amazon S3.
 
- 
gitHubLocationInformation about the location of application artifacts stored in GitHub. - Returns:
- Information about the location of application artifacts stored in GitHub.
 
- 
stringInformation about the location of an Lambda deployment revision stored as a RawString. - Returns:
- Information about the location of an Lambda deployment revision stored as a RawString.
 
- 
appSpecContentThe content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString. - Returns:
- The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<RevisionLocation.Builder,- RevisionLocation> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-