//Create a DIS client instance.
DISAsync dicAsync = DISClientAsyncBuilder.standard()
.withEndpoint("https://ip:port")
.withAk("xxxx")
.withSk("xxxx")
.withProjectId("xxxx")
.withRegion("xxxx")
.withExecutorFactory(new DefaultExecutorFactory())
.build();