Interface ApplicationCodeConfigurationDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApplicationCodeConfigurationDescription.Builder,,- ApplicationCodeConfigurationDescription> - SdkBuilder<ApplicationCodeConfigurationDescription.Builder,,- ApplicationCodeConfigurationDescription> - SdkPojo
- Enclosing class:
- ApplicationCodeConfigurationDescription
@Mutable
@NotThreadSafe
public static interface ApplicationCodeConfigurationDescription.Builder
extends SdkPojo, CopyableBuilder<ApplicationCodeConfigurationDescription.Builder,ApplicationCodeConfigurationDescription> 
- 
Method SummaryModifier and TypeMethodDescriptioncodeContentDescription(Consumer<CodeContentDescription.Builder> codeContentDescription) Describes details about the location and format of the application code.codeContentDescription(CodeContentDescription codeContentDescription) Describes details about the location and format of the application code.codeContentType(String codeContentType) Specifies whether the code content is in text or zip format.codeContentType(CodeContentType codeContentType) Specifies whether the code content is in text or zip format.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- 
codeContentTypeSpecifies whether the code content is in text or zip format. - Parameters:
- codeContentType- Specifies whether the code content is in text or zip format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codeContentTypeSpecifies whether the code content is in text or zip format. - Parameters:
- codeContentType- Specifies whether the code content is in text or zip format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
codeContentDescriptionApplicationCodeConfigurationDescription.Builder codeContentDescription(CodeContentDescription codeContentDescription) Describes details about the location and format of the application code. - Parameters:
- codeContentDescription- Describes details about the location and format of the application code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeContentDescriptiondefault ApplicationCodeConfigurationDescription.Builder codeContentDescription(Consumer<CodeContentDescription.Builder> codeContentDescription) Describes details about the location and format of the application code. This is a convenience method that creates an instance of theCodeContentDescription.Builderavoiding the need to create one manually viaCodeContentDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeContentDescription(CodeContentDescription).- Parameters:
- codeContentDescription- a consumer that will call methods on- CodeContentDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-