Interface ReportContext.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReportContext.Builder,ReportContext>,SdkBuilder<ReportContext.Builder,ReportContext>,SdkPojo
- Enclosing class:
- ReportContext
public static interface ReportContext.Builder extends SdkPojo, CopyableBuilder<ReportContext.Builder,ReportContext>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportContext.BuilderlicenseConfigurationArns(String... licenseConfigurationArns)Amazon Resource Name (ARN) of the license configuration that this generator reports on.ReportContext.BuilderlicenseConfigurationArns(Collection<String> licenseConfigurationArns)Amazon Resource Name (ARN) of the license configuration that this generator reports on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
licenseConfigurationArns
ReportContext.Builder licenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
- Parameters:
licenseConfigurationArns- Amazon Resource Name (ARN) of the license configuration that this generator reports on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurationArns
ReportContext.Builder licenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
- Parameters:
licenseConfigurationArns- Amazon Resource Name (ARN) of the license configuration that this generator reports on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-