Interface AuthorizerLogs.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AuthorizerLogs.Builder,,AuthorizerLogs> SdkBuilder<AuthorizerLogs.Builder,,AuthorizerLogs> SdkPojo
- Enclosing class:
AuthorizerLogs
-
Method Summary
Modifier and TypeMethodDescriptiondefault AuthorizerLogs.BuildercloudWatchLogs(Consumer<CloudWatchLogs.Builder> cloudWatchLogs) Details of the CloudWatch Logs destination for authorizer logs.cloudWatchLogs(CloudWatchLogs cloudWatchLogs) Details of the CloudWatch Logs destination for authorizer logs.default AuthorizerLogs.Builderfirehose(Consumer<Firehose.Builder> firehose) Details of the Kinesis Data Firehose delivery stream that is the destination for authorizer logs.Details of the Kinesis Data Firehose delivery stream that is the destination for authorizer logs.default AuthorizerLogs.Builders3(Consumer<S3.Builder> s3) Details of the Amazon S3 destination for authorizer logs.Details of the Amazon S3 destination for authorizer logs.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
-
cloudWatchLogs
Details of the CloudWatch Logs destination for authorizer logs.
- Parameters:
cloudWatchLogs- Details of the CloudWatch Logs destination for authorizer logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogs
Details of the CloudWatch Logs destination for authorizer logs.
This is a convenience method that creates an instance of theCloudWatchLogs.Builderavoiding the need to create one manually viaCloudWatchLogs.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLogs(CloudWatchLogs).- Parameters:
cloudWatchLogs- a consumer that will call methods onCloudWatchLogs.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for authorizer logs.
- Parameters:
firehose- Details of the Kinesis Data Firehose delivery stream that is the destination for authorizer logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for authorizer logs.
This is a convenience method that creates an instance of theFirehose.Builderavoiding the need to create one manually viaFirehose.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirehose(Firehose).- Parameters:
firehose- a consumer that will call methods onFirehose.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3
Details of the Amazon S3 destination for authorizer logs.
- Parameters:
s3- Details of the Amazon S3 destination for authorizer logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
Details of the Amazon S3 destination for authorizer logs.
This is a convenience method that creates an instance of theS3.Builderavoiding the need to create one manually viaS3.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(S3).- Parameters:
s3- a consumer that will call methods onS3.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-