Class CreateReportOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateReportOptions.Builder
-
- Enclosing class:
- CreateReportOptions
public static class CreateReportOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateReportOptions.BuilderaccountId(java.lang.String accountId)Set the accountId.CreateReportOptionsbuild()Builds a CreateReportOptions.CreateReportOptions.Builderduration(java.lang.String duration)Set the duration.CreateReportOptions.Buildertype(java.lang.String type)Set the type.
-
-
-
Method Detail
-
build
public CreateReportOptions build()
Builds a CreateReportOptions.- Returns:
- the new CreateReportOptions instance
-
accountId
public CreateReportOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the CreateReportOptions builder
-
type
public CreateReportOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
type- the type- Returns:
- the CreateReportOptions builder
-
duration
public CreateReportOptions.Builder duration(java.lang.String duration)
Set the duration.- Parameters:
duration- the duration- Returns:
- the CreateReportOptions builder
-
-