Class CreateTenancyAttachmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourceanalytics.model.CreateTenancyAttachmentDetails.Builder
-
- Enclosing class:
- CreateTenancyAttachmentDetails
public static class CreateTenancyAttachmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTenancyAttachmentDetails
build()
CreateTenancyAttachmentDetails.Builder
copy(CreateTenancyAttachmentDetails model)
CreateTenancyAttachmentDetails.Builder
description(String description)
A description of the tenancy.CreateTenancyAttachmentDetails.Builder
resourceAnalyticsInstanceId(String resourceAnalyticsInstanceId)
The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.CreateTenancyAttachmentDetails.Builder
tenancyId(String tenancyId)
The OCID of the tenancy associated with this TenancyAttachment.
-
-
-
Method Detail
-
description
public CreateTenancyAttachmentDetails.Builder description(String description)
A description of the tenancy.- Parameters:
description
- the value to set- Returns:
- this builder
-
resourceAnalyticsInstanceId
public CreateTenancyAttachmentDetails.Builder resourceAnalyticsInstanceId(String resourceAnalyticsInstanceId)
The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.- Parameters:
resourceAnalyticsInstanceId
- the value to set- Returns:
- this builder
-
tenancyId
public CreateTenancyAttachmentDetails.Builder tenancyId(String tenancyId)
The OCID of the tenancy associated with this TenancyAttachment.- Parameters:
tenancyId
- the value to set- Returns:
- this builder
-
build
public CreateTenancyAttachmentDetails build()
-
copy
public CreateTenancyAttachmentDetails.Builder copy(CreateTenancyAttachmentDetails model)
-
-