Interface SystemTemplateDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SystemTemplateDescription.Builder,
,SystemTemplateDescription> SdkBuilder<SystemTemplateDescription.Builder,
,SystemTemplateDescription> SdkPojo
- Enclosing class:
SystemTemplateDescription
public static interface SystemTemplateDescription.Builder
extends SdkPojo, CopyableBuilder<SystemTemplateDescription.Builder,SystemTemplateDescription>
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(Consumer<DefinitionDocument.Builder> definition) The definition document of a system.definition
(DefinitionDocument definition) The definition document of a system.summary
(Consumer<SystemTemplateSummary.Builder> summary) An object that contains summary information about a system.summary
(SystemTemplateSummary summary) An object that contains summary information about a system.validatedNamespaceVersion
(Long validatedNamespaceVersion) The namespace version against which the system was validated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
summary
An object that contains summary information about a system.
- Parameters:
summary
- An object that contains summary information about a system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
An object that contains summary information about a system.
This is a convenience method that creates an instance of theSystemTemplateSummary.Builder
avoiding the need to create one manually viaSystemTemplateSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummary(SystemTemplateSummary)
.- Parameters:
summary
- a consumer that will call methods onSystemTemplateSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
definition
The definition document of a system.
- Parameters:
definition
- The definition document of a system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
default SystemTemplateDescription.Builder definition(Consumer<DefinitionDocument.Builder> definition) The definition document of a system.
This is a convenience method that creates an instance of theDefinitionDocument.Builder
avoiding the need to create one manually viaDefinitionDocument.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(DefinitionDocument)
.- Parameters:
definition
- a consumer that will call methods onDefinitionDocument.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validatedNamespaceVersion
The namespace version against which the system was validated. Use this value in your system instance.
- Parameters:
validatedNamespaceVersion
- The namespace version against which the system was validated. Use this value in your system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-