Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationSummary.Builder,,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
@Mutable
@NotThreadSafe
public static interface ApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier of the application.applicationName(String applicationName) The name of the application.defaultKmsKeyId(String defaultKmsKeyId) The identifier of the default AWS KMS key used to encrypt data for the application.The domain associated with the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the application.
- Parameters:
applicationId- The unique identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationName
The name of the application.
- Parameters:
applicationName- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The domain associated with the application.
- Parameters:
domain- The domain associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultKmsKeyId
The identifier of the default AWS KMS key used to encrypt data for the application.
- Parameters:
defaultKmsKeyId- The identifier of the default AWS KMS key used to encrypt data for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-