Package com.oracle.bmc.opensearch.model
Class CustomerLoggingDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opensearch.model.CustomerLoggingDetails.Builder
-
- Enclosing class:
- CustomerLoggingDetails
public static class CustomerLoggingDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerLoggingDetails
build()
CustomerLoggingDetails.Builder
copy(CustomerLoggingDetails model)
CustomerLoggingDetails.Builder
logRetentionDays(Integer logRetentionDays)
the age of an index after which the index will get deleted by ISM policy
-
-
-
Method Detail
-
logRetentionDays
public CustomerLoggingDetails.Builder logRetentionDays(Integer logRetentionDays)
the age of an index after which the index will get deleted by ISM policy- Parameters:
logRetentionDays
- the value to set- Returns:
- this builder
-
build
public CustomerLoggingDetails build()
-
copy
public CustomerLoggingDetails.Builder copy(CustomerLoggingDetails model)
-
-