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
Modifier and TypeMethodDescriptionlicenseConfigurationArns
(String... licenseConfigurationArns) Amazon Resource Name (ARN) of the license configuration that this generator reports on.licenseConfigurationArns
(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 Details
-
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
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.
-