Interface PutBearerTokenAuthenticationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<PutBearerTokenAuthenticationRequest.Builder,PutBearerTokenAuthenticationRequest>,SdkBuilder<PutBearerTokenAuthenticationRequest.Builder,PutBearerTokenAuthenticationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutBearerTokenAuthenticationRequest
@Mutable @NotThreadSafe public static interface PutBearerTokenAuthenticationRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<PutBearerTokenAuthenticationRequest.Builder,PutBearerTokenAuthenticationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutBearerTokenAuthenticationRequest.BuilderbearerTokenAuthenticationEnabled(Boolean bearerTokenAuthenticationEnabled)Whether to enable bearer token authentication.PutBearerTokenAuthenticationRequest.BuilderlogGroupIdentifier(String logGroupIdentifier)The name or ARN of the log group.PutBearerTokenAuthenticationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutBearerTokenAuthenticationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
logGroupIdentifier
PutBearerTokenAuthenticationRequest.Builder logGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\.\-_/#A-Za-z0-9]+Required: Yes
- Parameters:
logGroupIdentifier- The name or ARN of the log group.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\.\-_/#A-Za-z0-9]+Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bearerTokenAuthenticationEnabled
PutBearerTokenAuthenticationRequest.Builder bearerTokenAuthenticationEnabled(Boolean bearerTokenAuthenticationEnabled)
Whether to enable bearer token authentication.
Type: Boolean
Required: Yes
- Parameters:
bearerTokenAuthenticationEnabled- Whether to enable bearer token authentication.Type: Boolean
Required: Yes
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutBearerTokenAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutBearerTokenAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-