Interface DescribeLogPatternRequest.Builder
- All Superinterfaces:
ApplicationInsightsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeLogPatternRequest.Builder,
,DescribeLogPatternRequest> SdkBuilder<DescribeLogPatternRequest.Builder,
,DescribeLogPatternRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeLogPatternRequest
public static interface DescribeLogPatternRequest.Builder
extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<DescribeLogPatternRequest.Builder,DescribeLogPatternRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID for the resource group owner.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.patternName
(String patternName) The name of the log pattern.patternSetName
(String patternSetName) The name of the log pattern set.resourceGroupName
(String resourceGroupName) The name of the resource group.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
-
resourceGroupName
The name of the resource group.
- Parameters:
resourceGroupName
- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patternSetName
The name of the log pattern set.
- Parameters:
patternSetName
- The name of the log pattern set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patternName
The name of the log pattern.
- Parameters:
patternName
- The name of the log pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID for the resource group owner.
- Parameters:
accountId
- The AWS account ID for the resource group owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeLogPatternRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeLogPatternRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-