Interface DashboardVersionSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DashboardVersionSummary.Builder,,- DashboardVersionSummary> - SdkBuilder<DashboardVersionSummary.Builder,,- DashboardVersionSummary> - SdkPojo
- Enclosing class:
- DashboardVersionSummary
@Mutable
@NotThreadSafe
public static interface DashboardVersionSummary.Builder
extends SdkPojo, CopyableBuilder<DashboardVersionSummary.Builder,DashboardVersionSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource.createdTime(Instant createdTime) The time that this dashboard version was created.description(String description) Description.sourceEntityArn(String sourceEntityArn) Source entity ARN.The HTTP status of the request.status(ResourceStatus status) The HTTP status of the request.versionNumber(Long versionNumber) Version number.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- 
arnThe Amazon Resource Name (ARN) of the resource. - Parameters:
- arn- The Amazon Resource Name (ARN) of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdTimeThe time that this dashboard version was created. - Parameters:
- createdTime- The time that this dashboard version was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionNumberVersion number. - Parameters:
- versionNumber- Version number.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe HTTP status of the request. - Parameters:
- status- The HTTP status of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe HTTP status of the request. - Parameters:
- status- The HTTP status of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceEntityArnSource entity ARN. - Parameters:
- sourceEntityArn- Source entity ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionDescription. - Parameters:
- description- Description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-