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) Unique identifier of the applicationapplicationName(String applicationName) Name of the application, automatically assigned by the servicedefaultKmsKeyId(String defaultKmsKeyId) Default KMS key identifier used to encrypt application dataDomain where the application is availableMethods 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
Unique identifier of the application
- Parameters:
applicationId- Unique identifier of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationName
Name of the application, automatically assigned by the service
- Parameters:
applicationName- Name of the application, automatically assigned by the service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
Domain where the application is available
- Parameters:
domain- Domain where the application is available- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultKmsKeyId
Default KMS key identifier used to encrypt application data
- Parameters:
defaultKmsKeyId- Default KMS key identifier used to encrypt application data- Returns:
- Returns a reference to this object so that method calls can be chained together.
-