@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutOrganizationConformancePackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutOrganizationConformancePackRequest() |
Modifier and Type | Method and Description |
---|---|
PutOrganizationConformancePackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ConformancePackInputParameter> |
getConformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
String |
getDeliveryS3Bucket()
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results.
|
String |
getDeliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
|
List<String> |
getExcludedAccounts()
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
|
String |
getOrganizationConformancePackName()
Name of the organization conformance pack you want to create.
|
String |
getTemplateBody()
A string containing full conformance pack template body.
|
String |
getTemplateS3Uri()
Location of file containing the template body.
|
int |
hashCode() |
void |
setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
void |
setDeliveryS3Bucket(String deliveryS3Bucket)
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results.
|
void |
setDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
void |
setExcludedAccounts(Collection<String> excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
|
void |
setOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
|
void |
setTemplateBody(String templateBody)
A string containing full conformance pack template body.
|
void |
setTemplateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
String |
toString()
Returns a string representation of this object.
|
PutOrganizationConformancePackRequest |
withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
withDeliveryS3Bucket(String deliveryS3Bucket)
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results.
|
PutOrganizationConformancePackRequest |
withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
PutOrganizationConformancePackRequest |
withExcludedAccounts(Collection<String> excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
|
PutOrganizationConformancePackRequest |
withExcludedAccounts(String... excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
|
PutOrganizationConformancePackRequest |
withOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
|
PutOrganizationConformancePackRequest |
withTemplateBody(String templateBody)
A string containing full conformance pack template body.
|
PutOrganizationConformancePackRequest |
withTemplateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public PutOrganizationConformancePackRequest()
public void setOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
organizationConformancePackName
- Name of the organization conformance pack you want to create.public String getOrganizationConformancePackName()
Name of the organization conformance pack you want to create.
public PutOrganizationConformancePackRequest withOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
organizationConformancePackName
- Name of the organization conformance pack you want to create.public void setTemplateS3Uri(String templateS3Uri)
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket.
templateS3Uri
- Location of file containing the template body. The uri must point to the conformance pack template (max
size: 300 KB). You must have access to read Amazon S3 bucket.
public String getTemplateS3Uri()
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket.
You must have access to read Amazon S3 bucket.
public PutOrganizationConformancePackRequest withTemplateS3Uri(String templateS3Uri)
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket.
templateS3Uri
- Location of file containing the template body. The uri must point to the conformance pack template (max
size: 300 KB). You must have access to read Amazon S3 bucket.
public void setTemplateBody(String templateBody)
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
templateBody
- A string containing full conformance pack template body. Structure containing the template body with a
minimum length of 1 byte and a maximum length of 51,200 bytes.public String getTemplateBody()
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
public PutOrganizationConformancePackRequest withTemplateBody(String templateBody)
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
templateBody
- A string containing full conformance pack template body. Structure containing the template body with a
minimum length of 1 byte and a maximum length of 51,200 bytes.public void setDeliveryS3Bucket(String deliveryS3Bucket)
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores intermediate files while processing conformance pack template.
The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
deliveryS3Bucket
- Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores
intermediate files while processing conformance pack template.
The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
public String getDeliveryS3Bucket()
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores intermediate files while processing conformance pack template.
The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
public PutOrganizationConformancePackRequest withDeliveryS3Bucket(String deliveryS3Bucket)
Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores intermediate files while processing conformance pack template.
The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
deliveryS3Bucket
- Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores
intermediate files while processing conformance pack template.
The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
public void setDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
deliveryS3KeyPrefix
- The prefix for the Amazon S3 bucket.public String getDeliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
public PutOrganizationConformancePackRequest withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
deliveryS3KeyPrefix
- The prefix for the Amazon S3 bucket.public List<ConformancePackInputParameter> getConformancePackInputParameters()
A list of ConformancePackInputParameter
objects.
ConformancePackInputParameter
objects.public void setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter
objects.
conformancePackInputParameters
- A list of ConformancePackInputParameter
objects.public PutOrganizationConformancePackRequest withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of ConformancePackInputParameter
objects.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackInputParameters(java.util.Collection)
or
withConformancePackInputParameters(java.util.Collection)
if you want to override the existing values.
conformancePackInputParameters
- A list of ConformancePackInputParameter
objects.public PutOrganizationConformancePackRequest withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter
objects.
conformancePackInputParameters
- A list of ConformancePackInputParameter
objects.public List<String> getExcludedAccounts()
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
public void setExcludedAccounts(Collection<String> excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
excludedAccounts
- A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance
pack.public PutOrganizationConformancePackRequest withExcludedAccounts(String... excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
NOTE: This method appends the values to the existing list (if any). Use
setExcludedAccounts(java.util.Collection)
or withExcludedAccounts(java.util.Collection)
if you
want to override the existing values.
excludedAccounts
- A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance
pack.public PutOrganizationConformancePackRequest withExcludedAccounts(Collection<String> excludedAccounts)
A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
excludedAccounts
- A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance
pack.public String toString()
toString
in class Object
Object.toString()
public PutOrganizationConformancePackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.