@Generated(value="software.amazon.awssdk:codegen") public final class CreateConfigurationProfileRequest extends AppConfigRequest implements ToCopyableBuilder<CreateConfigurationProfileRequest.Builder,CreateConfigurationProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateConfigurationProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application ID.
|
static CreateConfigurationProfileRequest.Builder |
builder() |
String |
description()
A description of the configuration profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasValidators()
Returns true if the Validators property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
locationUri()
A URI to locate the configuration.
|
String |
name()
A name for the configuration profile.
|
String |
retrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateConfigurationProfileRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
Metadata to assign to the configuration profile.
|
CreateConfigurationProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<Validator> |
validators()
A list of methods for validating the configuration.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The application ID.
public String name()
A name for the configuration profile.
public String description()
A description of the configuration profile.
public String locationUri()
A URI to locate the configuration. You can specify a Systems Manager (SSM) document, an SSM Parameter Store
parameter, or an Amazon S3 object. For an SSM document, specify either the document name in the format
ssm-document://<Document_name> or the Amazon Resource Name (ARN). For a parameter, specify
either the parameter name in the format ssm-parameter://<Parameter_name> or the ARN. For an
Amazon S3 object, specify the URI in the following format: s3://<bucket>/<objectKey> .
Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json
ssm-document://<Document_name> or the Amazon Resource Name (ARN). For a
parameter, specify either the parameter name in the format
ssm-parameter://<Parameter_name> or the ARN. For an Amazon S3 object, specify the URI
in the following format: s3://<bucket>/<objectKey> . Here is an example:
s3://my-bucket/my-app/us-east-1/my-config.jsonpublic String retrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
public boolean hasValidators()
public List<Validator> validators()
A list of methods for validating the configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasValidators() to see if a value was sent in this field.
public boolean hasTags()
public Map<String,String> tags()
Metadata to assign to the configuration profile. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateConfigurationProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateConfigurationProfileRequest.Builder,CreateConfigurationProfileRequest>toBuilder in class AppConfigRequestpublic static CreateConfigurationProfileRequest.Builder builder()
public static Class<? extends CreateConfigurationProfileRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.