Interface GetServiceSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetServiceSettingsResponse.Builder,GetServiceSettingsResponse>,LicenseManagerResponse.Builder,SdkBuilder<GetServiceSettingsResponse.Builder,GetServiceSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetServiceSettingsResponse
public static interface GetServiceSettingsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetServiceSettingsResponse.Builder,GetServiceSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetServiceSettingsResponse.BuilderenableCrossAccountsDiscovery(Boolean enableCrossAccountsDiscovery)Indicates whether cross-account discovery is enabled.GetServiceSettingsResponse.BuilderlicenseManagerResourceShareArn(String licenseManagerResourceShareArn)Amazon Resource Name (ARN) of the resource share.default GetServiceSettingsResponse.BuilderorganizationConfiguration(Consumer<OrganizationConfiguration.Builder> organizationConfiguration)Indicates whether Organizations is integrated with License Manager for cross-account discovery.GetServiceSettingsResponse.BuilderorganizationConfiguration(OrganizationConfiguration organizationConfiguration)Indicates whether Organizations is integrated with License Manager for cross-account discovery.GetServiceSettingsResponse.Builders3BucketArn(String s3BucketArn)Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.GetServiceSettingsResponse.BuildersnsTopicArn(String snsTopicArn)SNS topic configured to receive notifications from License Manager.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
s3BucketArn
GetServiceSettingsResponse.Builder s3BucketArn(String s3BucketArn)
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
- Parameters:
s3BucketArn- Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsTopicArn
GetServiceSettingsResponse.Builder snsTopicArn(String snsTopicArn)
SNS topic configured to receive notifications from License Manager.
- Parameters:
snsTopicArn- SNS topic configured to receive notifications from License Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConfiguration
GetServiceSettingsResponse.Builder organizationConfiguration(OrganizationConfiguration organizationConfiguration)
Indicates whether Organizations is integrated with License Manager for cross-account discovery.
- Parameters:
organizationConfiguration- Indicates whether Organizations is integrated with License Manager for cross-account discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConfiguration
default GetServiceSettingsResponse.Builder organizationConfiguration(Consumer<OrganizationConfiguration.Builder> organizationConfiguration)
Indicates whether Organizations is integrated with License Manager for cross-account discovery.
This is a convenience method that creates an instance of theOrganizationConfiguration.Builderavoiding the need to create one manually viaOrganizationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorganizationConfiguration(OrganizationConfiguration).- Parameters:
organizationConfiguration- a consumer that will call methods onOrganizationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
organizationConfiguration(OrganizationConfiguration)
-
enableCrossAccountsDiscovery
GetServiceSettingsResponse.Builder enableCrossAccountsDiscovery(Boolean enableCrossAccountsDiscovery)
Indicates whether cross-account discovery is enabled.
- Parameters:
enableCrossAccountsDiscovery- Indicates whether cross-account discovery is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseManagerResourceShareArn
GetServiceSettingsResponse.Builder licenseManagerResourceShareArn(String licenseManagerResourceShareArn)
Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.
- Parameters:
licenseManagerResourceShareArn- Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-