public static interface ApplicationCodeConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ApplicationCodeConfigurationUpdate.Builder,ApplicationCodeConfigurationUpdate>
Modifier and Type | Method and Description |
---|---|
ApplicationCodeConfigurationUpdate.Builder |
codeContentTypeUpdate(CodeContentType codeContentTypeUpdate)
Describes updates to the code content type.
|
ApplicationCodeConfigurationUpdate.Builder |
codeContentTypeUpdate(String codeContentTypeUpdate)
Describes updates to the code content type.
|
ApplicationCodeConfigurationUpdate.Builder |
codeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
|
default ApplicationCodeConfigurationUpdate.Builder |
codeContentUpdate(Consumer<CodeContentUpdate.Builder> codeContentUpdate)
Describes updates to the code content of an application.
|
copy
applyMutation, build
ApplicationCodeConfigurationUpdate.Builder codeContentTypeUpdate(String codeContentTypeUpdate)
Describes updates to the code content type.
codeContentTypeUpdate
- Describes updates to the code content type.CodeContentType
,
CodeContentType
ApplicationCodeConfigurationUpdate.Builder codeContentTypeUpdate(CodeContentType codeContentTypeUpdate)
Describes updates to the code content type.
codeContentTypeUpdate
- Describes updates to the code content type.CodeContentType
,
CodeContentType
ApplicationCodeConfigurationUpdate.Builder codeContentUpdate(CodeContentUpdate codeContentUpdate)
Describes updates to the code content of an application.
codeContentUpdate
- Describes updates to the code content of an application.default ApplicationCodeConfigurationUpdate.Builder codeContentUpdate(Consumer<CodeContentUpdate.Builder> codeContentUpdate)
Describes updates to the code content of an application.
This is a convenience that creates an instance of theCodeContentUpdate.Builder
avoiding the need to
create one manually via CodeContentUpdate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to codeContentUpdate(CodeContentUpdate)
.codeContentUpdate
- a consumer that will call methods on CodeContentUpdate.Builder
codeContentUpdate(CodeContentUpdate)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.