Interface OpsMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OpsMetadata.Builder,,- OpsMetadata> - SdkBuilder<OpsMetadata.Builder,,- OpsMetadata> - SdkPojo
- Enclosing class:
- OpsMetadata
@Mutable
@NotThreadSafe
public static interface OpsMetadata.Builder
extends SdkPojo, CopyableBuilder<OpsMetadata.Builder,OpsMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date the OpsMetadata objects was created.lastModifiedDate(Instant lastModifiedDate) The date the OpsMetadata object was last updated.lastModifiedUser(String lastModifiedUser) The user name who last updated the OpsMetadata object.opsMetadataArn(String opsMetadataArn) The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.resourceId(String resourceId) The ID of the Application Manager application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
resourceIdThe ID of the Application Manager application. - Parameters:
- resourceId- The ID of the Application Manager application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
opsMetadataArnThe Amazon Resource Name (ARN) of the OpsMetadata Object or blob. - Parameters:
- opsMetadataArn- The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedDateThe date the OpsMetadata object was last updated. - Parameters:
- lastModifiedDate- The date the OpsMetadata object was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedUserThe user name who last updated the OpsMetadata object. - Parameters:
- lastModifiedUser- The user name who last updated the OpsMetadata object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationDateThe date the OpsMetadata objects was created. - Parameters:
- creationDate- The date the OpsMetadata objects was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-