public static interface AppBlockBuilder.Builder extends SdkPojo, CopyableBuilder<AppBlockBuilder.Builder,AppBlockBuilder>
| Modifier and Type | Method and Description |
|---|---|
AppBlockBuilder.Builder |
accessEndpoints(AccessEndpoint... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
AppBlockBuilder.Builder |
accessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
AppBlockBuilder.Builder |
accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects.
|
AppBlockBuilder.Builder |
appBlockBuilderErrors(Collection<ResourceError> appBlockBuilderErrors)
The app block builder errors.
|
AppBlockBuilder.Builder |
appBlockBuilderErrors(Consumer<ResourceError.Builder>... appBlockBuilderErrors)
The app block builder errors.
|
AppBlockBuilder.Builder |
appBlockBuilderErrors(ResourceError... appBlockBuilderErrors)
The app block builder errors.
|
AppBlockBuilder.Builder |
arn(String arn)
The ARN of the app block builder.
|
AppBlockBuilder.Builder |
createdTime(Instant createdTime)
The creation time of the app block builder.
|
AppBlockBuilder.Builder |
description(String description)
The description of the app block builder.
|
AppBlockBuilder.Builder |
displayName(String displayName)
The display name of the app block builder.
|
AppBlockBuilder.Builder |
enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the app block builder.
|
AppBlockBuilder.Builder |
iamRoleArn(String iamRoleArn)
The ARN of the IAM role that is applied to the app block builder.
|
AppBlockBuilder.Builder |
instanceType(String instanceType)
The instance type of the app block builder.
|
AppBlockBuilder.Builder |
name(String name)
The name of the app block builder.
|
AppBlockBuilder.Builder |
platform(AppBlockBuilderPlatformType platform)
The platform of the app block builder.
|
AppBlockBuilder.Builder |
platform(String platform)
The platform of the app block builder.
|
AppBlockBuilder.Builder |
state(AppBlockBuilderState state)
The state of the app block builder.
|
AppBlockBuilder.Builder |
state(String state)
The state of the app block builder.
|
AppBlockBuilder.Builder |
stateChangeReason(AppBlockBuilderStateChangeReason stateChangeReason)
The state change reason.
|
default AppBlockBuilder.Builder |
stateChangeReason(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason)
The state change reason.
|
default AppBlockBuilder.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration for the app block builder.
|
AppBlockBuilder.Builder |
vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppBlockBuilder.Builder arn(String arn)
The ARN of the app block builder.
arn - The ARN of the app block builder.AppBlockBuilder.Builder name(String name)
The name of the app block builder.
name - The name of the app block builder.AppBlockBuilder.Builder displayName(String displayName)
The display name of the app block builder.
displayName - The display name of the app block builder.AppBlockBuilder.Builder description(String description)
The description of the app block builder.
description - The description of the app block builder.AppBlockBuilder.Builder platform(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,
AppBlockBuilderPlatformTypeAppBlockBuilder.Builder platform(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,
AppBlockBuilderPlatformTypeAppBlockBuilder.Builder instanceType(String instanceType)
The instance type of the app block builder.
instanceType - The instance type of the app block builder.AppBlockBuilder.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the app block builder.
enableDefaultInternetAccess - Indicates whether default internet access is enabled for the app block builder.AppBlockBuilder.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role that is applied to the app block builder.
iamRoleArn - The ARN of the IAM role that is applied to the app block builder.AppBlockBuilder.Builder vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the app block builder.
vpcConfig - The VPC configuration for the app block builder.default AppBlockBuilder.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration for the app block builder.
This is a convenience method that creates an instance of theVpcConfig.Builder avoiding the need to
create one manually via VpcConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcConfig(VpcConfig).
vpcConfig - a consumer that will call methods on VpcConfig.BuildervpcConfig(VpcConfig)AppBlockBuilder.Builder state(String state)
The state of the app block builder.
state - The state of the app block builder.AppBlockBuilderState,
AppBlockBuilderStateAppBlockBuilder.Builder state(AppBlockBuilderState state)
The state of the app block builder.
state - The state of the app block builder.AppBlockBuilderState,
AppBlockBuilderStateAppBlockBuilder.Builder createdTime(Instant createdTime)
The creation time of the app block builder.
createdTime - The creation time of the app block builder.AppBlockBuilder.Builder appBlockBuilderErrors(Collection<ResourceError> appBlockBuilderErrors)
The app block builder errors.
appBlockBuilderErrors - The app block builder errors.AppBlockBuilder.Builder appBlockBuilderErrors(ResourceError... appBlockBuilderErrors)
The app block builder errors.
appBlockBuilderErrors - The app block builder errors.AppBlockBuilder.Builder appBlockBuilderErrors(Consumer<ResourceError.Builder>... appBlockBuilderErrors)
The app block builder errors.
This is a convenience method that creates an instance of theResourceError.Builder avoiding the need to create one
manually via ResourceError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #appBlockBuilderErrors(List.
appBlockBuilderErrors - a consumer that will call methods on
ResourceError.Builder#appBlockBuilderErrors(java.util.Collection) AppBlockBuilder.Builder stateChangeReason(AppBlockBuilderStateChangeReason stateChangeReason)
The state change reason.
stateChangeReason - The state change reason.default AppBlockBuilder.Builder stateChangeReason(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason)
The state change reason.
This is a convenience method that creates an instance of theAppBlockBuilderStateChangeReason.Builder
avoiding the need to create one manually via AppBlockBuilderStateChangeReason.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to stateChangeReason(AppBlockBuilderStateChangeReason).
stateChangeReason - a consumer that will call methods on AppBlockBuilderStateChangeReason.BuilderstateChangeReason(AppBlockBuilderStateChangeReason)AppBlockBuilder.Builder accessEndpoints(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.AppBlockBuilder.Builder accessEndpoints(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.AppBlockBuilder.Builder accessEndpoints(Consumer<AccessEndpoint.Builder>... accessEndpoints)
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
This is a convenience method that creates an instance of theAccessEndpoint.Builder avoiding the need to create
one manually via AccessEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #accessEndpoints(List.
accessEndpoints - a consumer that will call methods on
AccessEndpoint.Builder#accessEndpoints(java.util.Collection) Copyright © 2023. All rights reserved.