Interface CapabilitySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapabilitySummary.Builder,
,CapabilitySummary> SdkBuilder<CapabilitySummary.Builder,
,CapabilitySummary> SdkPojo
- Enclosing class:
CapabilitySummary
@Mutable
@NotThreadSafe
public static interface CapabilitySummary.Builder
extends SdkPojo, CopyableBuilder<CapabilitySummary.Builder,CapabilitySummary>
-
Method Summary
Modifier and TypeMethodDescriptioncapabilityId
(String capabilityId) Returns a system-assigned unique identifier for the capability.Returns a timestamp for creation date and time of the capability.modifiedAt
(Instant modifiedAt) Returns a timestamp that identifies the most recent date and time that the capability was modified.The display name of the capability.Returns the type of the capability.type
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
Returns the type of the capability. Currently, only
edi
is supported.- Parameters:
type
- Returns the type of the capability. Currently, onlyedi
is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Returns the type of the capability. Currently, only
edi
is supported.- Parameters:
type
- Returns the type of the capability. Currently, onlyedi
is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-