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