Interface ServiceConnectAccessLogConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceConnectAccessLogConfiguration.Builder,,ServiceConnectAccessLogConfiguration> SdkBuilder<ServiceConnectAccessLogConfiguration.Builder,,ServiceConnectAccessLogConfiguration> SdkPojo
- Enclosing class:
ServiceConnectAccessLogConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe format for Service Connect access log output.The format for Service Connect access log output.includeQueryParameters(String includeQueryParameters) Specifies whether to include query parameters in Service Connect access logs.includeQueryParameters(ServiceConnectIncludeQueryParameters includeQueryParameters) Specifies whether to include query parameters in Service Connect access 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
-
format
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
- Parameters:
format- The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
- Parameters:
format- The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includeQueryParameters
Specifies whether to include query parameters in Service Connect access logs.
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.- Parameters:
includeQueryParameters- Specifies whether to include query parameters in Service Connect access logs.When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includeQueryParameters
ServiceConnectAccessLogConfiguration.Builder includeQueryParameters(ServiceConnectIncludeQueryParameters includeQueryParameters) Specifies whether to include query parameters in Service Connect access logs.
When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.- Parameters:
includeQueryParameters- Specifies whether to include query parameters in Service Connect access logs.When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-