Interface ApplicationCodeConfigurationUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,,- ApplicationCodeConfigurationUpdate> - SdkBuilder<ApplicationCodeConfigurationUpdate.Builder,,- ApplicationCodeConfigurationUpdate> - SdkPojo
- Enclosing class:
- ApplicationCodeConfigurationUpdate
@Mutable
@NotThreadSafe
public static interface ApplicationCodeConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,ApplicationCodeConfigurationUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptioncodeContentTypeUpdate(String codeContentTypeUpdate) Describes updates to the code content type.codeContentTypeUpdate(CodeContentType codeContentTypeUpdate) Describes updates to the code content type.codeContentUpdate(Consumer<CodeContentUpdate.Builder> codeContentUpdate) Describes updates to the code content of an application.codeContentUpdate(CodeContentUpdate codeContentUpdate) Describes updates to the code content of an application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codeContentTypeUpdateDescribes updates to the code content type. - Parameters:
- codeContentTypeUpdate- Describes updates to the code content type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codeContentTypeUpdateApplicationCodeConfigurationUpdate.Builder codeContentTypeUpdate(CodeContentType codeContentTypeUpdate) Describes updates to the code content type. - Parameters:
- codeContentTypeUpdate- Describes updates to the code content type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codeContentUpdateDescribes updates to the code content of an application. - Parameters:
- codeContentUpdate- Describes updates to the code content of an application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeContentUpdatedefault ApplicationCodeConfigurationUpdate.Builder codeContentUpdate(Consumer<CodeContentUpdate.Builder> codeContentUpdate) Describes updates to the code content of an application. This is a convenience method that creates an instance of theCodeContentUpdate.Builderavoiding the need to create one manually viaCodeContentUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeContentUpdate(CodeContentUpdate).- Parameters:
- codeContentUpdate- a consumer that will call methods on- CodeContentUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-