Interface AssertionCreatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssertionCreatedMetadata.Builder,,AssertionCreatedMetadata> SdkBuilder<AssertionCreatedMetadata.Builder,,AssertionCreatedMetadata> SdkPojo
- Enclosing class:
AssertionCreatedMetadata
@Mutable
@NotThreadSafe
public static interface AssertionCreatedMetadata.Builder
extends SdkPojo, CopyableBuilder<AssertionCreatedMetadata.Builder,AssertionCreatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionassertionId(String assertionId) The unique identifier of the created assertion.assertionName(String assertionName) The name of the created assertion.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
-
assertionId
The unique identifier of the created assertion.
- Parameters:
assertionId- The unique identifier of the created assertion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assertionName
The name of the created assertion.
- Parameters:
assertionName- The name of the created assertion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-