Class GetLogDataProtectionPolicyDocumentResult.Builder
- java.lang.Object
-
- com.pulumi.aws.cloudwatch.outputs.GetLogDataProtectionPolicyDocumentResult.Builder
-
- Enclosing class:
- GetLogDataProtectionPolicyDocumentResult
public static final class GetLogDataProtectionPolicyDocumentResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetLogDataProtectionPolicyDocumentResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLogDataProtectionPolicyDocumentResult
build()
GetLogDataProtectionPolicyDocumentResult.Builder
description(java.lang.String description)
GetLogDataProtectionPolicyDocumentResult.Builder
id(java.lang.String id)
GetLogDataProtectionPolicyDocumentResult.Builder
json(java.lang.String json)
GetLogDataProtectionPolicyDocumentResult.Builder
name(java.lang.String name)
GetLogDataProtectionPolicyDocumentResult.Builder
statements(GetLogDataProtectionPolicyDocumentStatement... statements)
GetLogDataProtectionPolicyDocumentResult.Builder
statements(java.util.List<GetLogDataProtectionPolicyDocumentStatement> statements)
GetLogDataProtectionPolicyDocumentResult.Builder
version(java.lang.String version)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetLogDataProtectionPolicyDocumentResult defaults)
-
-
Method Detail
-
description
public GetLogDataProtectionPolicyDocumentResult.Builder description(@Nullable java.lang.String description)
-
id
public GetLogDataProtectionPolicyDocumentResult.Builder id(java.lang.String id)
-
json
public GetLogDataProtectionPolicyDocumentResult.Builder json(java.lang.String json)
-
name
public GetLogDataProtectionPolicyDocumentResult.Builder name(java.lang.String name)
-
statements
public GetLogDataProtectionPolicyDocumentResult.Builder statements(java.util.List<GetLogDataProtectionPolicyDocumentStatement> statements)
-
statements
public GetLogDataProtectionPolicyDocumentResult.Builder statements(GetLogDataProtectionPolicyDocumentStatement... statements)
-
version
public GetLogDataProtectionPolicyDocumentResult.Builder version(@Nullable java.lang.String version)
-
build
public GetLogDataProtectionPolicyDocumentResult build()
-
-