@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppBlockBuilderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAppBlockBuilderRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAppBlockBuilderRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAppBlockBuilderRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAppBlockBuilderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AccessEndpoint> |
getAccessEndpoints()
The list of interface VPC endpoint (interface endpoint) objects.
|
String |
getDescription()
The description of the app block builder.
|
String |
getDisplayName()
The display name of the app block builder.
|
Boolean |
getEnableDefaultInternetAccess()
Enables or disables default internet access for the app block builder.
|
String |
getIamRoleArn()
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder.
|
String |
getInstanceType()
The instance type to use when launching the app block builder.
|
String |
getName()
The unique name for the app block builder.
|
String |
getPlatform()
The platform of the app block builder.
|
Map<String,String> |
getTags()
The tags to associate with the app block builder.
|
VpcConfig |
getVpcConfig()
The VPC configuration for the app block builder.
|
int |
hashCode() |
Boolean |
isEnableDefaultInternetAccess()
Enables or disables default internet access for the app block builder.
|
void |
setAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
void |
setDescription(String description)
The description of the app block builder.
|
void |
setDisplayName(String displayName)
The display name of the app block builder.
|
void |
setEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the app block builder.
|
void |
setIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder.
|
void |
setInstanceType(String instanceType)
The instance type to use when launching the app block builder.
|
void |
setName(String name)
The unique name for the app block builder.
|
void |
setPlatform(String platform)
The platform of the app block builder.
|
void |
setTags(Map<String,String> tags)
The tags to associate with the app block builder.
|
void |
setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppBlockBuilderRequest |
withAccessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
CreateAppBlockBuilderRequest |
withAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
CreateAppBlockBuilderRequest |
withDescription(String description)
The description of the app block builder.
|
CreateAppBlockBuilderRequest |
withDisplayName(String displayName)
The display name of the app block builder.
|
CreateAppBlockBuilderRequest |
withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the app block builder.
|
CreateAppBlockBuilderRequest |
withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder.
|
CreateAppBlockBuilderRequest |
withInstanceType(String instanceType)
The instance type to use when launching the app block builder.
|
CreateAppBlockBuilderRequest |
withName(String name)
The unique name for the app block builder.
|
CreateAppBlockBuilderRequest |
withPlatform(AppBlockBuilderPlatformType platform)
The platform of the app block builder.
|
CreateAppBlockBuilderRequest |
withPlatform(String platform)
The platform of the app block builder.
|
CreateAppBlockBuilderRequest |
withTags(Map<String,String> tags)
The tags to associate with the app block builder.
|
CreateAppBlockBuilderRequest |
withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
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 void setName(String name)
The unique name for the app block builder.
name
- The unique name for the app block builder.public String getName()
The unique name for the app block builder.
public CreateAppBlockBuilderRequest withName(String name)
The unique name for the app block builder.
name
- The unique name for the app block builder.public void setDescription(String description)
The description of the app block builder.
description
- The description of the app block builder.public String getDescription()
The description of the app block builder.
public CreateAppBlockBuilderRequest withDescription(String description)
The description of the app block builder.
description
- The description of the app block builder.public void setDisplayName(String displayName)
The display name of the app block builder.
displayName
- The display name of the app block builder.public String getDisplayName()
The display name of the app block builder.
public CreateAppBlockBuilderRequest withDisplayName(String displayName)
The display name of the app block builder.
displayName
- The display name of the app block builder.public Map<String,String> getTags()
The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
public void setTags(Map<String,String> tags)
The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
tags
- The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional.
For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
public CreateAppBlockBuilderRequest withTags(Map<String,String> tags)
The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
tags
- The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional.
For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
public CreateAppBlockBuilderRequest addTagsEntry(String key, String value)
public CreateAppBlockBuilderRequest clearTagsEntries()
public void setPlatform(String platform)
The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
platform
- The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
AppBlockBuilderPlatformType
public String getPlatform()
The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
WINDOWS_SERVER_2019
is the only valid value.
AppBlockBuilderPlatformType
public CreateAppBlockBuilderRequest withPlatform(String platform)
The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
platform
- The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
AppBlockBuilderPlatformType
public CreateAppBlockBuilderRequest withPlatform(AppBlockBuilderPlatformType platform)
The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
platform
- The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.
AppBlockBuilderPlatformType
public void setInstanceType(String instanceType)
The instance type to use when launching the app block builder. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
instanceType
- The instance type to use when launching the app block builder. The following instance types are
available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
public String getInstanceType()
The instance type to use when launching the app block builder. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
public CreateAppBlockBuilderRequest withInstanceType(String instanceType)
The instance type to use when launching the app block builder. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
instanceType
- The instance type to use when launching the app block builder. The following instance types are
available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
public void setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
vpcConfig
- The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
public VpcConfig getVpcConfig()
The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
App block builders require that you specify at least two subnets in different availability zones.
public CreateAppBlockBuilderRequest withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
vpcConfig
- The VPC configuration for the app block builder.
App block builders require that you specify at least two subnets in different availability zones.
public void setEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the app block builder.
enableDefaultInternetAccess
- Enables or disables default internet access for the app block builder.public Boolean getEnableDefaultInternetAccess()
Enables or disables default internet access for the app block builder.
public CreateAppBlockBuilderRequest withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the app block builder.
enableDefaultInternetAccess
- Enables or disables default internet access for the app block builder.public Boolean isEnableDefaultInternetAccess()
Enables or disables default internet access for the app block builder.
public void setIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block
builder calls the AWS Security Token Service (STS) AssumeRole
API operation and passes the ARN of
the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the
temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the
app block builder calls the AWS Security Token Service (STS) AssumeRole
API operation and
passes the ARN of the role to use. The operation creates a new session with temporary credentials.
AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential
profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
public String getIamRoleArn()
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block
builder calls the AWS Security Token Service (STS) AssumeRole
API operation and passes the ARN of
the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the
temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
AssumeRole
API operation and
passes the ARN of the role to use. The operation creates a new session with temporary credentials.
AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role
credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
public CreateAppBlockBuilderRequest withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block
builder calls the AWS Security Token Service (STS) AssumeRole
API operation and passes the ARN of
the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the
temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the
app block builder calls the AWS Security Token Service (STS) AssumeRole
API operation and
passes the ARN of the role to use. The operation creates a new session with temporary credentials.
AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential
profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.
public List<AccessEndpoint> getAccessEndpoints()
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
public void setAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app
block builder only through the specified endpoints.public CreateAppBlockBuilderRequest withAccessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setAccessEndpoints(java.util.Collection)
or withAccessEndpoints(java.util.Collection)
if you
want to override the existing values.
accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app
block builder only through the specified endpoints.public CreateAppBlockBuilderRequest withAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app
block builder only through the specified endpoints.public String toString()
toString
in class Object
Object.toString()
public CreateAppBlockBuilderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()