Interface DNSLogsConfigurationResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DNSLogsConfigurationResult.Builder,,- DNSLogsConfigurationResult> - SdkBuilder<DNSLogsConfigurationResult.Builder,,- DNSLogsConfigurationResult> - SdkPojo
- Enclosing class:
- DNSLogsConfigurationResult
@Mutable
@NotThreadSafe
public static interface DNSLogsConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<DNSLogsConfigurationResult.Builder,DNSLogsConfigurationResult> 
- 
Method SummaryModifier and TypeMethodDescriptionDenotes whether DNS logs is enabled as a data source.status(DataSourceStatus status) Denotes whether DNS logs is enabled as a data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusDenotes whether DNS logs is enabled as a data source. - Parameters:
- status- Denotes whether DNS logs is enabled as a data source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusDenotes whether DNS logs is enabled as a data source. - Parameters:
- status- Denotes whether DNS logs is enabled as a data source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-