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 SummaryModifier and TypeMethodDescriptiondefault RenewalTerm.Builderconfiguration(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configurationAdditional 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.
 
- 
configurationAdditional parameters specified by the acceptor while accepting the term. This is a convenience method that creates an instance of theRenewalTermConfiguration.Builderavoiding the need to create one manually viaRenewalTermConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(RenewalTermConfiguration).- Parameters:
- configuration- a consumer that will call methods on- RenewalTermConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeCategory 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.
 
 
-