Interface Application.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Application.Builder,,- Application> - SdkBuilder<Application.Builder,,- Application> - SdkPojo
- Enclosing class:
- Application
@Mutable
@NotThreadSafe
public static interface Application.Builder
extends SdkPojo, CopyableBuilder<Application.Builder,Application> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the application.The application ID.The application name.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- 
idThe application ID. - Parameters:
- id- The application ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe application name. - Parameters:
- name- The application name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the application. - Parameters:
- description- The description of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-