Interface RenewalTerm.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RenewalTerm.Builder,
,RenewalTerm> SdkBuilder<RenewalTerm.Builder,
,RenewalTerm> SdkPojo
- Enclosing class:
RenewalTerm
@Mutable
@NotThreadSafe
public static interface RenewalTerm.Builder
extends SdkPojo, CopyableBuilder<RenewalTerm.Builder,RenewalTerm>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RenewalTerm.Builder
configuration
(Consumer<RenewalTermConfiguration.Builder> configuration) Additional parameters specified by the acceptor while accepting the term.configuration
(RenewalTermConfiguration configuration) Additional parameters specified by the acceptor while accepting the term.Category of the term being updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
configuration
Additional parameters specified by the acceptor while accepting the term.
- Parameters:
configuration
- Additional parameters specified by the acceptor while accepting the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
Additional parameters specified by the acceptor while accepting the term.
This is a convenience method that creates an instance of theRenewalTermConfiguration.Builder
avoiding the need to create one manually viaRenewalTermConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguration(RenewalTermConfiguration)
.- Parameters:
configuration
- a consumer that will call methods onRenewalTermConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Category of the term being updated.
- Parameters:
type
- Category of the term being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-