Interface CapabilitySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapabilitySummary.Builder,CapabilitySummary>,SdkBuilder<CapabilitySummary.Builder,CapabilitySummary>,SdkPojo
- Enclosing class:
- CapabilitySummary
public static interface CapabilitySummary.Builder extends SdkPojo, CopyableBuilder<CapabilitySummary.Builder,CapabilitySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilitySummary.BuildercapabilityId(String capabilityId)Returns a system-assigned unique identifier for the capability.CapabilitySummary.BuildercreatedAt(Instant createdAt)Returns a timestamp for creation date and time of the capability.CapabilitySummary.BuildermodifiedAt(Instant modifiedAt)Returns a timestamp that identifies the most recent date and time that the capability was modified.CapabilitySummary.Buildername(String name)The display name of the capability.CapabilitySummary.Buildertype(String type)Returns the type of the capability.CapabilitySummary.Buildertype(CapabilityType type)Returns the type of the capability.-
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
-
capabilityId
CapabilitySummary.Builder capabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
- Parameters:
capabilityId- Returns a system-assigned unique identifier for the capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CapabilitySummary.Builder name(String name)
The display name of the capability.
- Parameters:
name- The display name of the capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
CapabilitySummary.Builder type(String type)
Returns the type of the capability. Currently, only
ediis supported.- Parameters:
type- Returns the type of the capability. Currently, onlyediis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityType,CapabilityType
-
type
CapabilitySummary.Builder type(CapabilityType type)
Returns the type of the capability. Currently, only
ediis supported.- Parameters:
type- Returns the type of the capability. Currently, onlyediis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityType,CapabilityType
-
createdAt
CapabilitySummary.Builder createdAt(Instant createdAt)
Returns a timestamp for creation date and time of the capability.
- Parameters:
createdAt- Returns a timestamp for creation date and time of the capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
CapabilitySummary.Builder modifiedAt(Instant modifiedAt)
Returns a timestamp that identifies the most recent date and time that the capability was modified.
- Parameters:
modifiedAt- Returns a timestamp that identifies the most recent date and time that the capability was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-