Interface CapabilityReportCapability.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapabilityReportCapability.Builder,,CapabilityReportCapability> SdkBuilder<CapabilityReportCapability.Builder,,CapabilityReportCapability> SdkPojo
- Enclosing class:
CapabilityReportCapability
@Mutable
@NotThreadSafe
public static interface CapabilityReportCapability.Builder
extends SdkPojo, CopyableBuilder<CapabilityReportCapability.Builder,CapabilityReportCapability>
-
Method Summary
Modifier and TypeMethodDescriptionThe capability actions used in the capability report.actions(Collection<String> actions) The capability actions used in the capability report.The capability events used in the capability report.events(Collection<String> events) The capability events used in the capability report.The id of the schema version.The name of the capability.properties(String... properties) The capability properties used in the capability report.properties(Collection<String> properties) The capability properties used in the capability report.The version of the capability.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
-
id
The id of the schema version.
- Parameters:
id- The id of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the capability.
- Parameters:
name- The name of the capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the capability.
- Parameters:
version- The version of the capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
The capability properties used in the capability report.
- Parameters:
properties- The capability properties used in the capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
The capability properties used in the capability report.
- Parameters:
properties- The capability properties used in the capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
The capability actions used in the capability report.
- Parameters:
actions- The capability actions used in the capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
The capability actions used in the capability report.
- Parameters:
actions- The capability actions used in the capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
The capability events used in the capability report.
- Parameters:
events- The capability events used in the capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
The capability events used in the capability report.
- Parameters:
events- The capability events used in the capability report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-