Class GreengrassCoreIPCClientV2.Builder
- java.lang.Object
-
- software.amazon.awssdk.aws.greengrass.GreengrassCoreIPCClientV2.Builder
-
- Enclosing class:
- GreengrassCoreIPCClientV2
public static class GreengrassCoreIPCClientV2.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GreengrassCoreIPCClientV2build()GreengrassCoreIPCClientV2.BuilderwithAuthToken(String authToken)GreengrassCoreIPCClientV2.BuilderwithClient(GreengrassCoreIPC client)GreengrassCoreIPCClientV2.BuilderwithExecutor(Executor executor)GreengrassCoreIPCClientV2.BuilderwithoutExecutor()GreengrassCoreIPCClientV2.BuilderwithPort(int port)GreengrassCoreIPCClientV2.BuilderwithSocketDomain(software.amazon.awssdk.crt.io.SocketOptions.SocketDomain domain)GreengrassCoreIPCClientV2.BuilderwithSocketPath(String socketPath)
-
-
-
Method Detail
-
build
public GreengrassCoreIPCClientV2 build() throws IOException
- Throws:
IOException
-
withClient
public GreengrassCoreIPCClientV2.Builder withClient(GreengrassCoreIPC client)
-
withAuthToken
public GreengrassCoreIPCClientV2.Builder withAuthToken(String authToken)
-
withSocketPath
public GreengrassCoreIPCClientV2.Builder withSocketPath(String socketPath)
-
withSocketDomain
public GreengrassCoreIPCClientV2.Builder withSocketDomain(software.amazon.awssdk.crt.io.SocketOptions.SocketDomain domain)
-
withPort
public GreengrassCoreIPCClientV2.Builder withPort(int port)
-
withExecutor
public GreengrassCoreIPCClientV2.Builder withExecutor(Executor executor)
-
withoutExecutor
public GreengrassCoreIPCClientV2.Builder withoutExecutor()
-
-