Interface ApplicationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>,SdkBuilder<ApplicationSummary.Builder,ApplicationSummary>,SdkPojo
- Enclosing class:
- ApplicationSummary
public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the Application.ApplicationSummary.BuildercreatedTime(Instant createdTime)The time when the application was created.ApplicationSummary.Builderid(String id)A unique identifier for the Application.ApplicationSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The time when the application was last modified.ApplicationSummary.Buildername(String name)The name of the application.ApplicationSummary.Buildernamespace(String namespace)The namespace of the application.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
ApplicationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Application.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ApplicationSummary.Builder id(String id)
A unique identifier for the Application.
- Parameters:
id- A unique identifier for the Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ApplicationSummary.Builder name(String name)
The name of the application.
- Parameters:
name- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
ApplicationSummary.Builder namespace(String namespace)
The namespace of the application.
- Parameters:
namespace- The namespace of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
ApplicationSummary.Builder createdTime(Instant createdTime)
The time when the application was created.
- Parameters:
createdTime- The time when the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
ApplicationSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the application was last modified.
- Parameters:
lastModifiedTime- The time when the application was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-