Interface NewRelicApiKeyConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NewRelicApiKeyConfig.Builder,,NewRelicApiKeyConfig> SdkBuilder<NewRelicApiKeyConfig.Builder,,NewRelicApiKeyConfig> SdkPojo
- Enclosing class:
NewRelicApiKeyConfig
@Mutable
@NotThreadSafe
public static interface NewRelicApiKeyConfig.Builder
extends SdkPojo, CopyableBuilder<NewRelicApiKeyConfig.Builder,NewRelicApiKeyConfig>
-
Method Summary
Modifier and TypeMethodDescriptionNew Relic Account IDalertPolicyIds(String... alertPolicyIds) List of alert policy IDs grouping related conditionsalertPolicyIds(Collection<String> alertPolicyIds) List of alert policy IDs grouping related conditionsNew Relic User API KeyapplicationIds(String... applicationIds) List of monitored APM application IDs in New RelicapplicationIds(Collection<String> applicationIds) List of monitored APM application IDs in New RelicentityGuids(String... entityGuids) List of globally unique IDs for New Relic resources (apps, hosts, services)entityGuids(Collection<String> entityGuids) List of globally unique IDs for New Relic resources (apps, hosts, services)New Relic region (US or EU)region(NewRelicRegion region) New Relic region (US or EU)Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
apiKey
New Relic User API Key
- Parameters:
apiKey- New Relic User API Key- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
New Relic Account ID
- Parameters:
accountId- New Relic Account ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
New Relic region (US or EU)
- Parameters:
region- New Relic region (US or EU)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
region
New Relic region (US or EU)
- Parameters:
region- New Relic region (US or EU)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationIds
List of monitored APM application IDs in New Relic
- Parameters:
applicationIds- List of monitored APM application IDs in New Relic- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationIds
List of monitored APM application IDs in New Relic
- Parameters:
applicationIds- List of monitored APM application IDs in New Relic- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityGuids
List of globally unique IDs for New Relic resources (apps, hosts, services)
- Parameters:
entityGuids- List of globally unique IDs for New Relic resources (apps, hosts, services)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityGuids
List of globally unique IDs for New Relic resources (apps, hosts, services)
- Parameters:
entityGuids- List of globally unique IDs for New Relic resources (apps, hosts, services)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alertPolicyIds
List of alert policy IDs grouping related conditions
- Parameters:
alertPolicyIds- List of alert policy IDs grouping related conditions- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alertPolicyIds
List of alert policy IDs grouping related conditions
- Parameters:
alertPolicyIds- List of alert policy IDs grouping related conditions- Returns:
- Returns a reference to this object so that method calls can be chained together.
-